mlir_sys

Function mlirValueIsABlockArgument

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

Returns 1 if the value is a block argument, 0 otherwise.