Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2635 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local
2639 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr()
2645 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2673 SmallVector<const SCEV *, 4> AddRecOps(AddRec->operands()); in getAddExpr() local
2680 if (i >= AddRecOps.size()) { in getAddExpr()
2681 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2686 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
2687 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2693 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3042 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
[all …]