Function mlir_sys::mlirValueIsAOpResult 
source · pub unsafe extern "C" fn mlirValueIsAOpResult(
    value: MlirValue
) -> boolExpand description
Returns 1 if the value is an operation result, 0 otherwise.
pub unsafe extern "C" fn mlirValueIsAOpResult(
    value: MlirValue
) -> boolReturns 1 if the value is an operation result, 0 otherwise.