Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc104 static bool IsSameConstantValue(InductionVarRange::Value v1, InductionVarRange::Value v2) { in IsSameConstantValue() function
450 if (IsSameConstantValue(v1_min, v1_max)) { in GetMul()
452 } else if (IsSameConstantValue(v2_min, v2_max)) { in GetMul()
484 if (IsSameConstantValue(v2_min, v2_max)) { in GetDiv()