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