Home
last modified time | relevance | path

Searched refs:AddRecOps (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2923 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local
2942 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1); in getAddExpr()
2948 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2976 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local
2983 if (i >= AddRecOps.size()) { in getAddExpr()
2984 append_range(AddRecOps, OtherAddRec->operands().drop_front(i)); in getAddExpr()
2988 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
2989 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2995 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3347 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
[all …]