Home
last modified time | relevance | path

Searched refs:input_true (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
53 return input_true->IsIntConstant() && input_true->AsIntConstant()->IsOne() in PreservesCondition()
59 static bool NegatesCondition(HInstruction* input_true, HInstruction* input_false) { in NegatesCondition() argument
60 return input_true->IsIntConstant() && input_true->AsIntConstant()->IsZero() in NegatesCondition()