Searched refs:LIOps (Results 1 – 1 of 1) sorted by relevance
2821 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local2826 LIOps.push_back(Ops[i]); in getAddExpr()2832 if (!LIOps.empty()) { in getAddExpr()2836 LIOps.push_back(AddRec); in getAddExpr()2837 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr()2838 LIOps.pop_back(); in getAddExpr()2841 LIOps.push_back(AddRec->getStart()); in getAddExpr()2857 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr()3195 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local3200 LIOps.push_back(Ops[i]); in getMulExpr()[all …]