Searched refs:AddRecOps (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 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 [all …]
|