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