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

/art/compiler/optimizing/
H A Dinstruction_simplifier.cc966 bool right_is_neg = right->IsNeg(); local
968 if (left_is_neg && right_is_neg) {
975 if ((left_is_neg ^ right_is_neg) && neg->HasOnlyOneNonEnvironmentUse()) {

Completed in 22 milliseconds