Lines Matching refs:GetLeastConstantLeft
396 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1); in VisitShift()
755 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual()
787 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual()
905 if (other != nullptr && a == c->AsBinaryOperation()->GetLeastConstantLeft()) { in AllowInMinMax()
1224 HInstruction* original_input = input_and->GetLeastConstantLeft(); in VisitTypeConversion()
1273 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd()
1360 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd()
1654 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv()
1774 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul()
1949 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr()
1997 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub()
2112 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor()
2819 instruction->ReplaceInput(y->GetLeastConstantLeft(), 0); in TryHandleAssociativeAndCommutativeOperation()