pub unsafe extern "C" fn mlirIntegerTypeSignedGet(
ctx: MlirContext,
bitwidth: c_uint,
) -> MlirTypeExpand description
Creates a signed integer type of the given bitwidth in the context. The type is owned by the context.
pub unsafe extern "C" fn mlirIntegerTypeSignedGet(
ctx: MlirContext,
bitwidth: c_uint,
) -> MlirTypeCreates a signed integer type of the given bitwidth in the context. The type is owned by the context.