mlir_sys

Function mlirAffineExprIsSymbolicOrConstant

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

Checks whether the given affine expression is made out of only symbols and constants.