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