Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc119 static bool IsConstantValue(InductionVarRange::Value v) { in IsConstantValue() function
134 return (IsConstantValue(v) && min <= v.b_constant && v.b_constant <= max) in CorrectForType()
428 if (IsConstantValue(min_val) && in IsConstant()
429 IsConstantValue(max_val) && min_val.b_constant <= max_val.b_constant) { in IsConstant()
777 if (IsConstantValue(v1_min) && v1_min.b_constant >= 0) { in GetMul()
778 if (IsConstantValue(v2_min) && v2_min.b_constant >= 0) { in GetMul()
780 } else if (IsConstantValue(v2_max) && v2_max.b_constant <= 0) { in GetMul()
785 if (IsConstantValue(v1_max) && v1_max.b_constant <= 0) { in GetMul()
786 if (IsConstantValue(v2_min) && v2_min.b_constant >= 0) { in GetMul()
788 } else if (IsConstantValue(v2_max) && v2_max.b_constant <= 0) { in GetMul()
[all …]