Lines Matching refs:GetLeastConstantLeft
414 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1); in VisitShift()
783 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual()
815 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual()
933 if (other != nullptr && a == c->AsBinaryOperation()->GetLeastConstantLeft()) { in AllowInMinMax()
1316 HInstruction* original_input = input_and->GetLeastConstantLeft(); in VisitTypeConversion()
1365 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd()
1452 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd()
1746 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv()
1866 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul()
2041 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr()
2089 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub()
2204 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor()
2915 instruction->ReplaceInput(y->GetLeastConstantLeft(), 0); in TryHandleAssociativeAndCommutativeOperation()