Searched refs:ExitCountType (Results 1 – 1 of 1) sorted by relevance
7888 auto *ExitCountType = ExitCount->getType(); in getTripCountFromExitCount() local7889 assert(ExitCountType->isIntegerTy()); in getTripCountFromExitCount()7892 return getAddExpr(ExitCount, getOne(ExitCountType)); in getTripCountFromExitCount()7894 auto *WiderType = Type::getIntNTy(ExitCountType->getContext(), in getTripCountFromExitCount()7895 1 + ExitCountType->getScalarSizeInBits()); in getTripCountFromExitCount()