Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dboolean_simplifier.cc59 static bool NegatesCondition(HInstruction* input_true, HInstruction* input_false) { in NegatesCondition() function
123 if (NegatesCondition(true_value, false_value)) { in TryRemovingBooleanSelection()