Home
last modified time | relevance | path

Searched refs:GetLeastConstantLeft (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc138 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()
Dnodes.cc862 HInstruction* HBinaryOperation::GetLeastConstantLeft() const { in GetLeastConstantLeft() function in art::HBinaryOperation
Dnodes.h1929 HInstruction* GetLeastConstantLeft() const;