pub unsafe extern "C" fn mlirAffineConstantExprGet(
ctx: MlirContext,
constant: i64,
) -> MlirAffineExpr
Expand description
Creates an affine constant expression with ‘constant’ in the context.
pub unsafe extern "C" fn mlirAffineConstantExprGet(
ctx: MlirContext,
constant: i64,
) -> MlirAffineExpr
Creates an affine constant expression with ‘constant’ in the context.