Searched refs:LIOps (Results 1 – 1 of 1) sorted by relevance
2874 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2879 LIOps.push_back(Ops[i]); in getAddExpr()2885 if (!LIOps.empty()) { in getAddExpr()2889 LIOps.push_back(AddRec); in getAddExpr()2890 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr()2891 LIOps.pop_back(); in getAddExpr()2894 LIOps.push_back(AddRec->getStart()); in getAddExpr()2910 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr()3258 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local3262 LIOps.push_back(Ops[i]); in getMulExpr()[all …]