Searched refs:input_other (Results 1 – 2 of 2) sorted by relevance
1469 if (input_other->IsTypeConversion() && in VisitAnd()1494 input_other->GetBlock()->RemoveInstruction(input_other); in VisitAnd()1498 input_other = new_and_input; in VisitAnd()1503 if ((input_other->IsUShr() || input_other->IsShr()) && input_other->InputAt(1)->IsConstant()) { in VisitAnd()1522 input_other->GetBlock()->RemoveInstruction(input_other); in VisitAnd()1754 instruction->ReplaceWith(input_other); in VisitDiv()1880 instruction->ReplaceWith(input_other); in VisitMul()1907 new (allocator) HAdd(type, input_other, input_other)); in VisitMul()2048 instruction->ReplaceWith(input_other); in VisitOr()2104 instruction->ReplaceWith(input_other); in VisitSub()[all …]
27 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns() argument30 DCHECK_NE(input_binop, input_other); in TrySimpleMultiplyAccumulatePatterns()39 HInstruction* input_a = input_other; in TrySimpleMultiplyAccumulatePatterns()