Searched refs:AddRecOps (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 2886 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local 2905 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1); in getAddExpr() 2911 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr() 2939 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local 2946 if (i >= AddRecOps.size()) { in getAddExpr() 2947 append_range(AddRecOps, OtherAddRec->operands().drop_front(i)); in getAddExpr() 2951 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr() 2952 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr() 2958 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr() 3309 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local [all …]
|