Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp3992 ConstantInt *ExitConst = ExitCount->getValue(); in getSmallConstantTripCount() local
3995 if (ExitConst->getValue().getActiveBits() > 32) in getSmallConstantTripCount()
3999 return ((unsigned)ExitConst->getZExtValue()) + 1; in getSmallConstantTripCount()