Searched refs:IsSafeSub (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_range.cc34 static bool IsSafeSub(int32_t c1, int32_t c2) { function in namespace:art
535 if (v1.is_known && v2.is_known && IsSafeSub(v1.b_constant, v2.b_constant)) {
537 if (v1.a_constant == 0 && IsSafeSub(0, v2.a_constant)) {
541 } else if (v1.instruction == v2.instruction && IsSafeSub(v1.a_constant, v2.a_constant)) {

Completed in 4 milliseconds