Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp476 const auto *bitIntTy = cast<BitIntType>(type); in convertType() local
477 if (bitIntTy->getNumBits() > cir::IntType::maxBitwidth()) { in convertType()
481 resultType = cir::IntType::get(&getMLIRContext(), bitIntTy->getNumBits(), in convertType()
482 bitIntTy->isSigned()); in convertType()