Searched refs:bitIntTy (Results 1 – 1 of 1) sorted by relevance
476 const auto *bitIntTy = cast<BitIntType>(type); in convertType() local477 if (bitIntTy->getNumBits() > cir::IntType::maxBitwidth()) { in convertType()481 resultType = cir::IntType::get(&getMLIRContext(), bitIntTy->getNumBits(), in convertType()482 bitIntTy->isSigned()); in convertType()