Lines Matching defs:LIOps
2876 SmallVector<const SCEV *, 8> LIOps;
2881 LIOps.push_back(Ops[i]);
2887 if (!LIOps.empty()) {
2891 LIOps.push_back(AddRec);
2892 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps);
2893 LIOps.pop_back();
2896 LIOps.push_back(AddRec->getStart());
2912 auto *DefI = getDefiningScopeBound(LIOps);
2917 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1);
3260 SmallVector<const SCEV *, 8> LIOps;
3264 LIOps.push_back(Ops[i]);
3270 if (!LIOps.empty()) {
3274 const SCEV *Scale = getMulExpr(LIOps, SCEV::FlagAnyWrap, Depth + 1);