Lines Matching refs:GetLeastConstantLeft
390 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1); in VisitShift()
749 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual()
781 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual()
899 if (other != nullptr && a == c->AsBinaryOperation()->GetLeastConstantLeft()) { in AllowInMinMax()
1218 HInstruction* original_input = input_and->GetLeastConstantLeft(); in VisitTypeConversion()
1267 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd()
1354 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd()
1648 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv()
1703 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul()
1878 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr()
1926 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub()
2041 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor()
2896 instruction->ReplaceInput(y->GetLeastConstantLeft(), 0); in TryHandleAssociativeAndCommutativeOperation()