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.
pub unsafe extern "C" fn mlirIntegerTypeUnsignedGet(
ctx: MlirContext,
bitwidth: c_uint,
) -> MlirType
Creates an unsigned integer type of the given bitwidth in the context. The type is owned by the context.