Lines Matching refs:AddRecOps
2599 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2604 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr()
2610 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2638 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2646 if (i >= AddRecOps.size()) { in getAddExpr()
2647 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2652 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
2653 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2659 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3008 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
3032 AddRecOps.push_back(getAddExpr(SumOps, SCEV::FlagAnyWrap, Depth + 1)); in getMulExpr()
3035 const SCEV *NewAddRec = getAddRecExpr(AddRecOps, AddRecLoop, in getMulExpr()