Searched refs:TripCountInst (Results 1 – 1 of 1) sorted by relevance
363 auto *TripCountInst = dyn_cast<Instruction>(RHS); in verifyTripCount() local364 if (!TripCountInst) { in verifyTripCount()368 if ((!isa<ZExtInst>(TripCountInst) && !isa<SExtInst>(TripCountInst)) || in verifyTripCount()369 SE->getSCEV(TripCountInst->getOperand(0)) != SCEVTripCount) { in verifyTripCount()