Lines Matching refs:AddRecOps
1737 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
1739 AddRecOps[0] = getAddExpr(LIOps); in getAddExpr()
1745 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
1767 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
1776 if (i >= AddRecOps.size()) { in getAddExpr()
1777 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
1781 AddRecOps[i] = getAddExpr(AddRecOps[i], in getAddExpr()
1787 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
2042 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
2064 AddRecOps.push_back(Term); in getMulExpr()
2067 const SCEV *NewAddRec = getAddRecExpr(AddRecOps, in getMulExpr()