Searched refs:GetLeastConstantLeft (Results 1 – 3 of 3) sorted by relevance
138 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitShift()221 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual()244 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual()311 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd()359 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd()386 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv()440 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul()577 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr()612 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub()698 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor()
862 HInstruction* HBinaryOperation::GetLeastConstantLeft() const { in GetLeastConstantLeft() function in art::HBinaryOperation
1929 HInstruction* GetLeastConstantLeft() const;