Searched refs:LIOps (Results 1 – 1 of 1) sorted by relevance
2035 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2040 LIOps.push_back(Ops[i]); in getAddExpr()2046 if (!LIOps.empty()) { in getAddExpr()2048 LIOps.push_back(AddRec->getStart()); in getAddExpr()2052 AddRecOps[0] = getAddExpr(LIOps); in getAddExpr()2298 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local2303 LIOps.push_back(Ops[i]); in getMulExpr()2309 if (!LIOps.empty()) { in getMulExpr()2313 const SCEV *Scale = getMulExpr(LIOps); in getMulExpr()