Home
last modified time | relevance | path

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

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