Searched refs:LIOps (Results 1 – 2 of 2) sorted by relevance
1722 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local1727 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() local1982 LIOps.push_back(Ops[i]); in getMulExpr()1988 if (!LIOps.empty()) { in getMulExpr()1992 const SCEV *Scale = getMulExpr(LIOps); in getMulExpr()
2287 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2292 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() local2550 LIOps.push_back(Ops[i]); in getMulExpr()2556 if (!LIOps.empty()) { in getMulExpr()2560 const SCEV *Scale = getMulExpr(LIOps); in getMulExpr()