Function mlir_sys::mlirIntegerTypeUnsignedGet
source · pub unsafe extern "C" fn mlirIntegerTypeUnsignedGet(
ctx: MlirContext,
bitwidth: c_uint
) -> MlirType
Expand description
Creates an unsigned integer type of the given bitwidth in the context. The type is owned by the context.