Searched refs:NewBECount (Results 1 – 4 of 4) sorted by relevance
1928 const SCEV *NewBECount = SE->getBackedgeTakenCount(L); in runOnLoop() local1930 SE->getTypeSizeInBits(NewBECount->getType())) in runOnLoop()1931 NewBECount = SE->getTruncateOrNoop(NewBECount, in runOnLoop()1935 NewBECount->getType()); in runOnLoop()1936 assert(BackedgeTakenCount == NewBECount && "indvars must preserve SCEV"); in runOnLoop()
2201 const SCEV *NewBECount = SE->getBackedgeTakenCount(L); in run() local2203 SE->getTypeSizeInBits(NewBECount->getType())) in run()2204 NewBECount = SE->getTruncateOrNoop(NewBECount, in run()2208 NewBECount->getType()); in run()2209 assert(BackedgeTakenCount == NewBECount && "indvars must preserve SCEV"); in run()
2526 const SCEV *NewBECount = SE->getBackedgeTakenCount(L); in run() local2528 SE->getTypeSizeInBits(NewBECount->getType())) in run()2529 NewBECount = SE->getTruncateOrNoop(NewBECount, in run()2533 NewBECount->getType()); in run()2534 assert(BackedgeTakenCount == NewBECount && "indvars must preserve SCEV"); in run()
11695 auto *NewBECount = SE2.getBackedgeTakenCount(L); in verify() local11698 NewBECount == SE2.getCouldNotCompute()) { in verify()11707 if (containsUndefs(CurBECount) || containsUndefs(NewBECount)) { in verify()11718 SE.getTypeSizeInBits(NewBECount->getType())) in verify()11719 NewBECount = SE2.getZeroExtendExpr(NewBECount, CurBECount->getType()); in verify()11721 SE.getTypeSizeInBits(NewBECount->getType())) in verify()11722 CurBECount = SE2.getZeroExtendExpr(CurBECount, NewBECount->getType()); in verify()11725 dyn_cast<SCEVConstant>(SE2.getMinusSCEV(CurBECount, NewBECount)); in verify()11730 dbgs() << "New: " << *NewBECount << "\n"; in verify()