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.
pub unsafe extern "C" fn mlirAffineExprIsSymbolicOrConstant(
affineExpr: MlirAffineExpr,
) -> bool
Checks whether the given affine expression is made out of only symbols and constants.