Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1979 if (const auto *EITy = Ty->getAs<BitIntType>()) { in classify() local
1980 if (EITy->getNumBits() <= 64) in classify()
1982 else if (EITy->getNumBits() <= 128) in classify()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11509 if (const auto *EITy = T->getAs<BitIntType>()) in getCorrespondingUnsignedType() local
11510 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()
11583 if (const auto *EITy = T->getAs<BitIntType>()) in getCorrespondingSignedType() local
11584 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()