Searched refs:LIOps (Results 1 – 1 of 1) sorted by relevance
2864 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2869 LIOps.push_back(Ops[i]); in getAddExpr()2875 if (!LIOps.empty()) { in getAddExpr()2879 LIOps.push_back(AddRec); in getAddExpr()2880 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr()2881 LIOps.pop_back(); in getAddExpr()2884 LIOps.push_back(AddRec->getStart()); in getAddExpr()2900 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr()2905 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1); in getAddExpr()3227 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local[all …]