pub unsafe extern "C" fn mlirBlockAddArgument(
block: MlirBlock,
type_: MlirType,
loc: MlirLocation,
) -> MlirValueExpand description
Appends an argument of the specified type to the block. Returns the newly added argument.
pub unsafe extern "C" fn mlirBlockAddArgument(
block: MlirBlock,
type_: MlirType,
loc: MlirLocation,
) -> MlirValueAppends an argument of the specified type to the block. Returns the newly added argument.