Searched refs:ExitConst (Results 1 – 1 of 1) sorted by relevance
8095 ConstantInt *ExitConst = ExitCount->getValue(); in getConstantTripCount() local8098 if (ExitConst->getValue().getActiveBits() > 32) in getConstantTripCount()8102 return ((unsigned)ExitConst->getZExtValue()) + 1; in getConstantTripCount()