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