Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp7904 ConstantInt *ExitConst = ExitCount->getValue(); in getConstantTripCount() local
7907 if (ExitConst->getValue().getActiveBits() > 32) in getConstantTripCount()
7911 return ((unsigned)ExitConst->getZExtValue()) + 1; in getConstantTripCount()