Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp1722 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local
1727 LIOps.push_back(Ops[i]); in getAddExpr()
1733 if (!LIOps.empty()) { in getAddExpr()
1735 LIOps.push_back(AddRec->getStart()); in getAddExpr()
1739 AddRecOps[0] = getAddExpr(LIOps); in getAddExpr()
1977 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local
1982 LIOps.push_back(Ops[i]); in getMulExpr()
1988 if (!LIOps.empty()) { in getMulExpr()
1992 const SCEV *Scale = getMulExpr(LIOps); in getMulExpr()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2287 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local
2292 LIOps.push_back(Ops[i]); in getAddExpr()
2298 if (!LIOps.empty()) { in getAddExpr()
2300 LIOps.push_back(AddRec->getStart()); in getAddExpr()
2307 AddRecOps[0] = getAddExpr(LIOps, Flags); in getAddExpr()
2545 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local
2550 LIOps.push_back(Ops[i]); in getMulExpr()
2556 if (!LIOps.empty()) { in getMulExpr()
2560 const SCEV *Scale = getMulExpr(LIOps); in getMulExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp2658 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local
2663 LIOps.push_back(Ops[i]); in getAddExpr()
2669 if (!LIOps.empty()) { in getAddExpr()
2671 LIOps.push_back(AddRec->getStart()); in getAddExpr()
2678 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr()
2973 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local
2978 LIOps.push_back(Ops[i]); in getMulExpr()
2984 if (!LIOps.empty()) { in getMulExpr()
2988 const SCEV *Scale = getMulExpr(LIOps, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()