Searched refs:LIOps (Results 1 – 1 of 1) sorted by relevance
2901 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2906 LIOps.push_back(Ops[i]); in getAddExpr()2912 if (!LIOps.empty()) { in getAddExpr()2916 LIOps.push_back(AddRec); in getAddExpr()2917 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr()2918 LIOps.pop_back(); in getAddExpr()2921 LIOps.push_back(AddRec->getStart()); in getAddExpr()2937 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr()2942 AddRecOps[0] = getAddExpr(LIOps, AddFlags, Depth + 1); in getAddExpr()3274 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local[all …]