Home
last modified time | relevance | path

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

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