Home
last modified time | relevance | path

Searched refs:input_b (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc40 HInstruction* input_b = nullptr; // Set to a non-null value if we found a pattern to optimize. in TrySimpleMultiplyAccumulatePatterns() local
49 input_b = input_binop->GetLeastConstantLeft(); in TrySimpleMultiplyAccumulatePatterns()
60 input_b = input_binop->GetLeft(); in TrySimpleMultiplyAccumulatePatterns()
68 input_b = input_binop->GetRight(); in TrySimpleMultiplyAccumulatePatterns()
73 if (input_b == nullptr) { in TrySimpleMultiplyAccumulatePatterns()
80 mul->GetType(), op_kind, input_a, input_a, input_b, mul->GetDexPc()); in TrySimpleMultiplyAccumulatePatterns()