Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp2302 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2307 AddRecOps[0] = getAddExpr(LIOps, Flags); in getAddExpr()
2313 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2335 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2343 if (i >= AddRecOps.size()) { in getAddExpr()
2344 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2348 AddRecOps[i] = getAddExpr(AddRecOps[i], in getAddExpr()
2354 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
2610 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
2631 AddRecOps.push_back(Term); in getMulExpr()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp2718 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2723 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr()
2729 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2757 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2765 if (i >= AddRecOps.size()) { in getAddExpr()
2766 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2771 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
2772 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2778 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3114 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
[all …]
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp2599 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2604 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr()
2610 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2638 SmallVector<const SCEV *, 4> AddRecOps(AddRec->op_begin(), in getAddExpr() local
2646 if (i >= AddRecOps.size()) { in getAddExpr()
2647 AddRecOps.append(OtherAddRec->op_begin()+i, in getAddExpr()
2652 AddRecOps[i], OtherAddRec->getOperand(i)}; in getAddExpr()
2653 AddRecOps[i] = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2659 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3008 SmallVector<const SCEV*, 7> AddRecOps; in getMulExpr() local
[all …]