mlir_sys

Function mlirAffineExprIsAAdd

Source
pub unsafe extern "C" fn mlirAffineExprIsAAdd(
    affineExpr: MlirAffineExpr,
) -> bool
Expand description

Checks whether the given affine expression is an add expression.