Home
last modified time | relevance | path

Searched refs:EITy (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp10923 if (const auto *EITy = T->getAs<BitIntType>()) in getCorrespondingUnsignedType() local
10924 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()
10997 if (const auto *EITy = T->getAs<BitIntType>()) in getCorrespondingSignedType() local
10998 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DTargetInfo.cpp3027 if (const auto *EITy = Ty->getAs<BitIntType>()) { in classify() local
3028 if (EITy->getNumBits() <= 64) in classify()
3030 else if (EITy->getNumBits() <= 128) in classify()