Lines Matching defs:AddRecOps
2897 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands());
2916 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1);
2922 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags);
2950 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands());
2957 if (i >= AddRecOps.size()) {
2958 append_range(AddRecOps, OtherAddRec->operands().drop_front(i));
2962 AddRecOps[i], OtherAddRec->getOperand(i)};
2963 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1);
2969 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap);
3320 SmallVector<const SCEV*, 7> AddRecOps;
3344 AddRecOps.push_back(getAddExpr(SumOps, SCEV::FlagAnyWrap, Depth + 1));
3347 const SCEV *NewAddRec = getAddRecExpr(AddRecOps, AddRec->getLoop(),