Searched refs:ExitCountType (Results 1 – 1 of 1) sorted by relevance
8079 auto *ExitCountType = ExitCount->getType(); in getTripCountFromExitCount() local8080 assert(ExitCountType->isIntegerTy()); in getTripCountFromExitCount()8083 return getAddExpr(ExitCount, getOne(ExitCountType)); in getTripCountFromExitCount()8085 auto *WiderType = Type::getIntNTy(ExitCountType->getContext(), in getTripCountFromExitCount()8086 1 + ExitCountType->getScalarSizeInBits()); in getTripCountFromExitCount()