Searched refs:LIOps (Results 1 – 1 of 1) sorted by relevance
2876 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2881 LIOps.push_back(Ops[i]); in getAddExpr()2887 if (!LIOps.empty()) { in getAddExpr()2891 LIOps.push_back(AddRec); in getAddExpr()2892 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr()2893 LIOps.pop_back(); in getAddExpr()2896 LIOps.push_back(AddRec->getStart()); in getAddExpr()2912 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr()2917 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1); in getAddExpr()3260 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local[all …]