Searched refs:max_val (Results 1 – 2 of 2) sorted by relevance
194 /*out*/Value* max_val, in GetInductionRange() argument220 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min= */ false), chase_hint); in GetInductionRange()449 Value max_val = GetVal(info, nullptr, /* in_body= */ true, /* is_min= */ false); in IsConstant() local451 IsConstantValue(max_val) && min_val.b_constant <= max_val.b_constant) { in IsConstant()452 if ((request == kExact && min_val.b_constant == max_val.b_constant) || request == kAtMost) { in IsConstant()453 *value = max_val.b_constant; in IsConstant()
71 /*out*/ Value* max_val,