Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc1151 HInstruction* not_negated = negLeft ? false_value : true_value; in VisitSelect() local
1152 if (a == the_negated && a == not_negated && IsInt64Value(b, 0)) { in VisitSelect()