Function mlir_sys::mlirValueIsABlockArgument
source · pub unsafe extern "C" fn mlirValueIsABlockArgument(
value: MlirValue
) -> bool
Expand description
Returns 1 if the value is a block argument, 0 otherwise.
pub unsafe extern "C" fn mlirValueIsABlockArgument(
value: MlirValue
) -> bool
Returns 1 if the value is a block argument, 0 otherwise.