pub unsafe extern "C" fn mlirAffineModExprGet(
lhs: MlirAffineExpr,
rhs: MlirAffineExpr,
) -> MlirAffineExpr
Expand description
Creates an affine mod expression with ‘lhs’ and ‘rhs’.
pub unsafe extern "C" fn mlirAffineModExprGet(
lhs: MlirAffineExpr,
rhs: MlirAffineExpr,
) -> MlirAffineExpr
Creates an affine mod expression with ‘lhs’ and ‘rhs’.