Lines Matching refs:GetLeastConstantLeft
400 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1); in VisitShift()
759 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual()
791 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual()
909 if (other != nullptr && a == c->AsBinaryOperation()->GetLeastConstantLeft()) { in AllowInMinMax()
1228 HInstruction* original_input = input_and->GetLeastConstantLeft(); in VisitTypeConversion()
1277 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd()
1364 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd()
1658 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv()
1713 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul()
1888 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr()
1936 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub()
2051 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor()
2708 instruction->ReplaceInput(y->GetLeastConstantLeft(), 0); in TryHandleAssociativeAndCommutativeOperation()