mlir_sys

Function mlirAsmStateCreateForValue

Source
pub unsafe extern "C" fn mlirAsmStateCreateForValue(
    value: MlirValue,
    flags: MlirOpPrintingFlags,
) -> MlirAsmState
Expand description

Creates new AsmState from value. Must be freed with a call to mlirAsmStateDestroy().