Lines Matching defs:LIOps
2875 SmallVector<const SCEV *, 8> LIOps;
2880 LIOps.push_back(Ops[i]);
2886 if (!LIOps.empty()) {
2890 LIOps.push_back(AddRec);
2891 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps);
2892 LIOps.pop_back();
2895 LIOps.push_back(AddRec->getStart());
2911 auto *DefI = getDefiningScopeBound(LIOps);
2916 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1);
3238 SmallVector<const SCEV *, 8> LIOps;
3242 LIOps.push_back(Ops[i]);
3248 if (!LIOps.empty()) {
3252 const SCEV *Scale = getMulExpr(LIOps, SCEV::FlagAnyWrap, Depth + 1);