MLIR 24.0.0git
MlirTypeConverterConversionResults Struct Reference

Opaque accumulator for the result types of a 1:N type conversion. More...

#include "mlir-c/Rewrite.h"

Public Attributes

voidptr

Detailed Description

Opaque accumulator for the result types of a 1:N type conversion.

It is passed to a MlirTypeConverter1ToNConversionCallback, which appends converted types to it via mlirTypeConverterConversionResultsAppend.

Definition at line 652 of file Rewrite.h.

Member Data Documentation

◆ ptr

void* MlirTypeConverterConversionResults::ptr

Definition at line 653 of file Rewrite.h.

Referenced by mlirTypeConverterConversionResultsAppend().


The documentation for this struct was generated from the following file: