Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc1273 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local
1360 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local
1654 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local
1774 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local
1949 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local
1997 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local
2112 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
Dinstruction_simplifier_shared.cc27 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()