Lines Matching defs:input_value
757 HInstruction* input_value = equal->GetLeastConstantLeft();
758 if (CmpHasBoolType(input_value, equal) && input_const->IsIntConstant()) {
764 equal->ReplaceWith(input_value);
769 equal->ReplaceWith(GetGraph()->InsertOppositeCondition(input_value, equal));
789 HInstruction* input_value = not_equal->GetLeastConstantLeft();
790 if (CmpHasBoolType(input_value, not_equal) && input_const->IsIntConstant()) {
796 not_equal->ReplaceWith(GetGraph()->InsertOppositeCondition(input_value, not_equal));
801 not_equal->ReplaceWith(input_value);