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