Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc29 static bool IsSafeAdd(int32_t c1, int32_t c2) { in IsSafeAdd() function
908 if (v1.is_known && v2.is_known && IsSafeAdd(v1.b_constant, v2.b_constant)) { in AddValue()
914 } else if (v1.instruction == v2.instruction && IsSafeAdd(v1.a_constant, v2.a_constant)) { in AddValue()