Lines Matching refs:LIOps
2821 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local
2826 LIOps.push_back(Ops[i]); in getAddExpr()
2832 if (!LIOps.empty()) { in getAddExpr()
2836 LIOps.push_back(AddRec); in getAddExpr()
2837 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr()
2838 LIOps.pop_back(); in getAddExpr()
2841 LIOps.push_back(AddRec->getStart()); in getAddExpr()
2857 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr()
2862 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1); in getAddExpr()
3195 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local
3200 LIOps.push_back(Ops[i]); in getMulExpr()
3206 if (!LIOps.empty()) { in getMulExpr()
3210 const SCEV *Scale = getMulExpr(LIOps, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()