Searched refs:NewBECount (Results 1 – 1 of 1) sorted by relevance
1935 const SCEV *NewBECount = SE->getBackedgeTakenCount(L); in runOnLoop() local1937 SE->getTypeSizeInBits(NewBECount->getType())) in runOnLoop()1938 NewBECount = SE->getTruncateOrNoop(NewBECount, in runOnLoop()1942 NewBECount->getType()); in runOnLoop()1943 assert(BackedgeTakenCount == NewBECount && "indvars must preserve SCEV"); in runOnLoop()