Searched refs:input_true (Results 1 – 1 of 1) sorted by relevance
52 static bool PreservesCondition(HInstruction* input_true, HInstruction* input_false) { in PreservesCondition() argument53 return input_true->IsIntConstant() && input_true->AsIntConstant()->IsOne() in PreservesCondition()59 static bool NegatesCondition(HInstruction* input_true, HInstruction* input_false) { in NegatesCondition() argument60 return input_true->IsIntConstant() && input_true->AsIntConstant()->IsZero() in NegatesCondition()