mlir_sys

Function mlirIntegerSetIsCanonicalEmpty

Source
pub unsafe extern "C" fn mlirIntegerSetIsCanonicalEmpty(
    set: MlirIntegerSet,
) -> bool
Expand description

Checks whether the given set is a canonical empty set, e.g., the set returned by mlirIntegerSetEmptyGet.