Searched refs:NewBECount (Results 1 – 1 of 1) sorted by relevance
2186 const SCEV *NewBECount = SE->getBackedgeTakenCount(L); in runOnLoop() local2188 SE->getTypeSizeInBits(NewBECount->getType())) in runOnLoop()2189 NewBECount = SE->getTruncateOrNoop(NewBECount, in runOnLoop()2193 NewBECount->getType()); in runOnLoop()2194 assert(BackedgeTakenCount == NewBECount && "indvars must preserve SCEV"); in runOnLoop()