Home
last modified time | relevance | path

Searched refs:TripCountInst (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp366 auto *TripCountInst = dyn_cast<Instruction>(RHS); in verifyTripCount() local
367 if (!TripCountInst) { in verifyTripCount()
371 if ((!isa<ZExtInst>(TripCountInst) && !isa<SExtInst>(TripCountInst)) || in verifyTripCount()
372 SE->getSCEV(TripCountInst->getOperand(0)) != SCEVTripCount) { in verifyTripCount()