mlir_sys

Function mlirOpResultGetOwner

Source
pub unsafe extern "C" fn mlirOpResultGetOwner(
    value: MlirValue,
) -> MlirOperation
Expand description

Returns an operation that produced this value as its result. Asserts if the value is not an op result.