Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp363 auto *TripCountInst = dyn_cast<Instruction>(RHS); in verifyTripCount() local
364 if (!TripCountInst) { in verifyTripCount()
368 if ((!isa<ZExtInst>(TripCountInst) && !isa<SExtInst>(TripCountInst)) || in verifyTripCount()
369 SE->getSCEV(TripCountInst->getOperand(0)) != SCEVTripCount) { in verifyTripCount()