Lines Matching refs:AddRecOps
2671 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2676 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr()
2682 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2710 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2718 if (i >= AddRecOps.size()) { in getAddExpr()
2719 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2724 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
2725 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2731 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3066 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
3090 AddRecOps.push_back(getAddExpr(SumOps, SCEV::FlagAnyWrap, Depth + 1)); in getMulExpr()
3093 const SCEV *NewAddRec = getAddRecExpr(AddRecOps, AddRec->getLoop(), in getMulExpr()