Home
last modified time | relevance | path

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

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