mlir_sys

Function mlirAffineAddExprGet

Source
pub unsafe extern "C" fn mlirAffineAddExprGet(
    lhs: MlirAffineExpr,
    rhs: MlirAffineExpr,
) -> MlirAffineExpr
Expand description

Creates an affine add expression with ‘lhs’ and ‘rhs’.