Lines Matching refs:LIOps
2874 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local
2879 LIOps.push_back(Ops[i]); in getAddExpr()
2885 if (!LIOps.empty()) { in getAddExpr()
2889 LIOps.push_back(AddRec); in getAddExpr()
2890 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr()
2891 LIOps.pop_back(); in getAddExpr()
2894 LIOps.push_back(AddRec->getStart()); in getAddExpr()
2910 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr()
2915 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1); in getAddExpr()
3258 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local
3262 LIOps.push_back(Ops[i]); in getMulExpr()
3268 if (!LIOps.empty()) { in getMulExpr()
3272 const SCEV *Scale = getMulExpr(LIOps, SCEV::FlagAnyWrap, Depth + 1); in getMulExpr()