Searched refs:input_b (Results 1 – 1 of 1) sorted by relevance
38 HInstruction* input_b = nullptr; // Set to a non-null value if we found a pattern to optimize. in TrySimpleMultiplyAccumulatePatterns() local47 input_b = input_binop->GetLeastConstantLeft(); in TrySimpleMultiplyAccumulatePatterns()58 input_b = input_binop->GetLeft(); in TrySimpleMultiplyAccumulatePatterns()66 input_b = input_binop->GetRight(); in TrySimpleMultiplyAccumulatePatterns()71 if (input_b == nullptr) { in TrySimpleMultiplyAccumulatePatterns()78 mul->GetType(), op_kind, input_a, input_a, input_b, mul->GetDexPc()); in TrySimpleMultiplyAccumulatePatterns()