mlir_sys

Function mlirModuleGetBody

Source
pub unsafe extern "C" fn mlirModuleGetBody(
    module: MlirModule,
) -> MlirBlock
Expand description

Gets the body of the module, i.e. the only block it contains.