Searched refs:ExitCountType (Results 1 – 1 of 1) sorted by relevance
8147 auto *ExitCountType = ExitCount->getType(); in getTripCountFromExitCount() local8148 assert(ExitCountType->isIntegerTy()); in getTripCountFromExitCount()8149 auto *EvalTy = Type::getIntNTy(ExitCountType->getContext(), in getTripCountFromExitCount()8150 1 + ExitCountType->getScalarSizeInBits()); in getTripCountFromExitCount()