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