Searched refs:BackedgeTCExt (Results 1 – 1 of 1) sorted by relevance
343 const SCEV *BackedgeTCExt = nullptr; in verifyTripCount() local348 BackedgeTCExt = SE->getZeroExtendExpr(BackedgeTakenCount, RHS->getType()); in verifyTripCount()349 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, in verifyTripCount()351 if (SCEVRHS != BackedgeTCExt && SCEVRHS != SCEVTripCountExt) { in verifyTripCount()358 if (SCEVRHS == BackedgeTCExt || SCEVRHS == BackedgeTakenCount) { in verifyTripCount()