|
MLIR 24.0.0git
|
Opaque accumulator for the result types of a 1:N type conversion. More...
#include "mlir-c/Rewrite.h"
Public Attributes | |
| void * | ptr |
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.
| void* MlirTypeConverterConversionResults::ptr |
Definition at line 653 of file Rewrite.h.
Referenced by mlirTypeConverterConversionResultsAppend().