Searched refs:NewBECount (Results 1 – 2 of 2) 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()