Searched refs:BackedgeTCExt (Results 1 – 1 of 1) sorted by relevance
307 const SCEV *BackedgeTCExt = nullptr; in verifyTripCount() local312 BackedgeTCExt = SE->getZeroExtendExpr(BackedgeTakenCount, RHS->getType()); in verifyTripCount()313 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, false); in verifyTripCount()314 if (SCEVRHS != BackedgeTCExt && SCEVRHS != SCEVTripCountExt) { in verifyTripCount()321 if (SCEVRHS == BackedgeTCExt || SCEVRHS == BackedgeTakenCount) { in verifyTripCount()