Searched refs:negLeft (Results 1 – 1 of 1) sorted by relevance
976 bool negLeft = (cmp == kCondLT || cmp == kCondLE); in VisitSelect() local977 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()