Searched refs:AddRecs (Results 1 – 6 of 6) sorted by relevance
6 ; reasonable amount of AddRecs in the notation of %tmp19. If we "simplify" SCEVs
7 ; rewrite the AddRecs to hoist everything from the "start" out of the AddRec.
374 SmallVector<const SCEV *, 8> AddRecs(Ops.end() - NumAddRecs, Ops.end()); in SimplifyAddOperands() local387 Ops.append(AddRecs.begin(), AddRecs.end()); in SimplifyAddOperands()399 SmallVector<const SCEV *, 8> AddRecs; in SplitAddRecs() local405 AddRecs.push_back(SE.getAddRecExpr(Zero, in SplitAddRecs()417 if (!AddRecs.empty()) { in SplitAddRecs()419 Ops.append(AddRecs.begin(), AddRecs.end()); in SplitAddRecs()
4 ; AddRecs in other loops.
14 ; coerce the expressions to AddRecs in order to be able to emit the run-time
406 ; In this test, the condition involves 2 AddRecs. Without evaluating both407 ; AddRecs, we cannot prove that the condition becomes known in the loop body