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