Home
last modified time | relevance | path

Searched refs:max_val (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.cc172 /*out*/Value* max_val, in GetInductionRange() argument
198 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min= */ false), chase_hint); in GetInductionRange()
427 Value max_val = GetVal(info, nullptr, /* in_body= */ true, /* is_min= */ false); in IsConstant() local
429 IsConstantValue(max_val) && min_val.b_constant <= max_val.b_constant) { in IsConstant()
430 if ((request == kExact && min_val.b_constant == max_val.b_constant) || request == kAtMost) { in IsConstant()
431 *value = max_val.b_constant; in IsConstant()
Dinduction_var_range.h71 /*out*/ Value* max_val,