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