Home | History | Annotate | Download | only in optimizing

Lines Matching defs:new_b

372       InductionInfo* new_b = TransferAddSub(a, b->op_b, op);
379 return CreateInduction(b->induction_class, new_a, new_b, type_);
382 InductionInfo* new_b = TransferAddSub(a->op_b, b, op);
387 return CreateInduction(a->induction_class, new_a, new_b, type_);