Searched refs:LIOps (Results 1 – 1 of 1) sorted by relevance
2614 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2619 LIOps.push_back(Ops[i]); in getAddExpr()2625 if (!LIOps.empty()) { in getAddExpr()2628 LIOps.push_back(AddRec); in getAddExpr()2629 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr()2630 LIOps.pop_back(); in getAddExpr()2633 LIOps.push_back(AddRec->getStart()); in getAddExpr()2639 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr()2969 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local2974 LIOps.push_back(Ops[i]); in getMulExpr()[all …]