pub unsafe extern "C" fn mlirOperationGetBlock(
op: MlirOperation,
) -> MlirBlock
Expand description
Gets the block that owns this operation, returning null if the operation is not owned.
pub unsafe extern "C" fn mlirOperationGetBlock(
op: MlirOperation,
) -> MlirBlock
Gets the block that owns this operation, returning null if the operation is not owned.