Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc1293 bool left_is_neg = left->IsNeg(); in VisitAdd() local
1296 if (left_is_neg && right_is_neg) { in VisitAdd()
1302 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd()
1303 if (left_is_neg != right_is_neg && neg->HasOnlyOneNonEnvironmentUse()) { in VisitAdd()
1313 HInstruction* other = left_is_neg ? right : left; in VisitAdd()