Searched refs:LIOps (Results 1 – 1 of 1) sorted by relevance
2252 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2257 LIOps.push_back(Ops[i]); in getAddExpr()2263 if (!LIOps.empty()) { in getAddExpr()2265 LIOps.push_back(AddRec->getStart()); in getAddExpr()2269 AddRecOps[0] = getAddExpr(LIOps); in getAddExpr()2508 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local2513 LIOps.push_back(Ops[i]); in getMulExpr()2519 if (!LIOps.empty()) { in getMulExpr()2523 const SCEV *Scale = getMulExpr(LIOps); in getMulExpr()