Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc945 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local
1030 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local
1268 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local
1323 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local
1498 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local
1546 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local
1661 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
Dinstruction_simplifier_shared.cc25 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()