Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dboolean_simplifier.cc52 static bool PreservesCondition(HInstruction* input_true, HInstruction* input_false) { in PreservesCondition() argument
54 && input_false->IsIntConstant() && input_false->AsIntConstant()->IsZero(); in PreservesCondition()
59 static bool NegatesCondition(HInstruction* input_true, HInstruction* input_false) { in NegatesCondition() argument
61 && input_false->IsIntConstant() && input_false->AsIntConstant()->IsOne(); in NegatesCondition()