Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc976 bool negLeft = (cmp == kCondLT || cmp == kCondLE); in VisitSelect() local
977 HInstruction* the_negated = negLeft ? true_value->InputAt(0) : false_value->InputAt(0); in VisitSelect()
978 HInstruction* not_negated = negLeft ? false_value : true_value; in VisitSelect()