pub unsafe extern "C" fn mlirBlockAddArgument(
block: MlirBlock,
type_: MlirType,
loc: MlirLocation,
) -> MlirValue
Expand 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,
) -> MlirValue
Appends an argument of the specified type to the block. Returns the newly added argument.