Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc42 HInstruction* input_b = nullptr; // Set to a non-null value if we found a pattern to optimize. in TrySimpleMultiplyAccumulatePatterns() local
51 input_b = input_binop->GetLeastConstantLeft(); in TrySimpleMultiplyAccumulatePatterns()
62 input_b = input_binop->GetLeft(); in TrySimpleMultiplyAccumulatePatterns()
70 input_b = input_binop->GetRight(); in TrySimpleMultiplyAccumulatePatterns()
75 if (input_b == nullptr) { in TrySimpleMultiplyAccumulatePatterns()
82 mul->GetType(), op_kind, input_a, input_a, input_b, mul->GetDexPc()); in TrySimpleMultiplyAccumulatePatterns()