Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1365 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local
1452 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local
1746 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local
1866 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local
2041 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local
2089 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local
2204 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
H A Dinstruction_simplifier_shared.cc27 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()