Lines Matching defs:AddRecOps
2898 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands());
2917 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1);
2923 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags);
2951 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands());
2958 if (i >= AddRecOps.size()) {
2959 append_range(AddRecOps, OtherAddRec->operands().drop_front(i));
2963 AddRecOps[i], OtherAddRec->getOperand(i)};
2964 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1);
2970 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap);
3342 SmallVector<const SCEV*, 7> AddRecOps;
3366 AddRecOps.push_back(getAddExpr(SumOps, SCEV::FlagAnyWrap, Depth + 1));
3369 const SCEV *NewAddRec = getAddRecExpr(AddRecOps, AddRec->getLoop(),