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().
pub unsafe extern "C" fn mlirAsmStateCreateForValue(
value: MlirValue,
flags: MlirOpPrintingFlags,
) -> MlirAsmState
Creates new AsmState from value. Must be freed with a call to mlirAsmStateDestroy().