Searched refs:BackedgeTCExt (Results 1 – 1 of 1) sorted by relevance
333 const SCEV *BackedgeTCExt = nullptr; in verifyTripCount() local338 BackedgeTCExt = SE->getZeroExtendExpr(BackedgeTakenCount, RHS->getType()); in verifyTripCount()339 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, false); in verifyTripCount()340 if (SCEVRHS != BackedgeTCExt && SCEVRHS != SCEVTripCountExt) { in verifyTripCount()347 if (SCEVRHS == BackedgeTCExt || SCEVRHS == BackedgeTakenCount) { in verifyTripCount()