Searched refs:EITy (Results 1 – 2 of 2) sorted by relevance
10923 if (const auto *EITy = T->getAs<BitIntType>()) in getCorrespondingUnsignedType() local10924 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()10997 if (const auto *EITy = T->getAs<BitIntType>()) in getCorrespondingSignedType() local10998 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
3027 if (const auto *EITy = Ty->getAs<BitIntType>()) { in classify() local3028 if (EITy->getNumBits() <= 64) in classify()3030 else if (EITy->getNumBits() <= 128) in classify()