pub unsafe extern "C" fn mlirAffineExprCompose(
affineExpr: MlirAffineExpr,
affineMap: MlirAffineMap,
) -> MlirAffineExpr
Expand description
Composes the given map with the given expression.
pub unsafe extern "C" fn mlirAffineExprCompose(
affineExpr: MlirAffineExpr,
affineMap: MlirAffineMap,
) -> MlirAffineExpr
Composes the given map with the given expression.