Lines Matching refs:AddRecOps
2777 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local
2781 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr()
2787 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2815 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local
2822 if (i >= AddRecOps.size()) { in getAddExpr()
2823 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2828 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
2829 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2835 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3185 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
3209 AddRecOps.push_back(getAddExpr(SumOps, SCEV::FlagAnyWrap, Depth + 1)); in getMulExpr()
3212 const SCEV *NewAddRec = getAddRecExpr(AddRecOps, AddRecLoop, in getMulExpr()