Lines Matching refs:AddRecOps
2843 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local
2862 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1); in getAddExpr()
2868 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2896 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local
2903 if (i >= AddRecOps.size()) { in getAddExpr()
2904 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2909 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
2910 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2916 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3268 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
3292 AddRecOps.push_back(getAddExpr(SumOps, SCEV::FlagAnyWrap, Depth + 1)); in getMulExpr()
3295 const SCEV *NewAddRec = getAddRecExpr(AddRecOps, AddRecLoop, in getMulExpr()