Lines Matching refs:GetLeastConstantLeft
533 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1); in VisitShift()
914 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual()
946 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual()
1064 if (other != nullptr && a == c->AsBinaryOperation()->GetLeastConstantLeft()) { in AllowInMinMax()
1419 HInstruction* shr_left = shr_op->GetLeastConstantLeft(); in VisitTypeConversion()
1424 HInstruction* and_left = and_op->GetLeastConstantLeft(); in VisitTypeConversion()
1453 HInstruction* original_input = input_and->GetLeastConstantLeft(); in VisitTypeConversion()
1502 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd()
1591 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd()
1885 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv()
2008 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul()
2183 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr()
2231 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub()
2408 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor()
3305 instruction->ReplaceInput(y->GetLeastConstantLeft(), 0); in TryHandleAssociativeAndCommutativeOperation()