Function mlir_sys::mlirAffineExprEqual
source · pub unsafe extern "C" fn mlirAffineExprEqual(
lhs: MlirAffineExpr,
rhs: MlirAffineExpr
) -> bool
Expand description
Returns true
if the two affine expressions are equal.
pub unsafe extern "C" fn mlirAffineExprEqual(
lhs: MlirAffineExpr,
rhs: MlirAffineExpr
) -> bool
Returns true
if the two affine expressions are equal.