Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc238 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitShift() local
897 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local
948 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local
1108 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local
1162 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local
1327 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local
1367 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local
1453 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
Dinstruction_simplifier_shared.cc25 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()