9 #ifndef MLIR_DIALECT_ARITH_WIDE_INT_EMULATION_CONVERTER_H_
10 #define MLIR_DIALECT_ARITH_WIDE_INT_EMULATION_CONVERTER_H_
Converts integer types that are too wide for the target by splitting them in two halves and thus turn...
unsigned getMaxTargetIntBitWidth() const
WideIntEmulationConverter(unsigned widestIntSupportedByTarget)