Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8188 ConstantInt *ExitConst = ExitCount->getValue(); in getConstantTripCount() local
8191 if (ExitConst->getValue().getActiveBits() > 32) in getConstantTripCount()
8195 return ((unsigned)ExitConst->getZExtValue()) + 1; in getConstantTripCount()