Home
last modified time | relevance | path

Searched defs:input_other (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc1277 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local
1364 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local
1658 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local
1713 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local
1888 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local
1936 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local
2051 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
Dinstruction_simplifier_shared.cc27 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()