Searched refs:EITy (Results 1 – 2 of 2) sorted by relevance
1979 if (const auto *EITy = Ty->getAs<BitIntType>()) { in classify() local1980 if (EITy->getNumBits() <= 64) in classify()1982 else if (EITy->getNumBits() <= 128) in classify()
11509 if (const auto *EITy = T->getAs<BitIntType>()) in getCorrespondingUnsignedType() local11510 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()11583 if (const auto *EITy = T->getAs<BitIntType>()) in getCorrespondingSignedType() local11584 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()