Searched refs:LIOps (Results 1 – 1 of 1) sorted by relevance
2218 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2223 LIOps.push_back(Ops[i]); in getAddExpr()2229 if (!LIOps.empty()) { in getAddExpr()2231 LIOps.push_back(AddRec->getStart()); in getAddExpr()2235 AddRecOps[0] = getAddExpr(LIOps); in getAddExpr()2480 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local2485 LIOps.push_back(Ops[i]); in getMulExpr()2491 if (!LIOps.empty()) { in getMulExpr()2495 const SCEV *Scale = getMulExpr(LIOps); in getMulExpr()