Searched refs:max_val (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range.cc | 206 /*out*/Value* max_val, in GetInductionRange() argument 231 *max_val = SimplifyMax(GetVal(context, loop, info, trip, /*is_min=*/ false), chase_hint); in GetInductionRange() 491 Value max_val = GetVal(context, loop, info, /*trip=*/ nullptr, /*is_min=*/ false); in IsConstant() local 493 IsConstantValue(max_val) && min_val.b_constant <= max_val.b_constant) { in IsConstant() 494 if ((request == kExact && min_val.b_constant == max_val.b_constant) || request == kAtMost) { in IsConstant() 495 *value = max_val.b_constant; in IsConstant()
|
D | induction_var_range.h | 72 /*out*/ Value* max_val,
|