Function mlir_sys::mlirOperationGetBlock
source · 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.