Function mlir_sys::mlirOpResultGetOwner 
source · pub unsafe extern "C" fn mlirOpResultGetOwner(
    value: MlirValue
) -> MlirOperationExpand description
Returns an operation that produced this value as its result. Asserts if the value is not an op result.