MLIR  20.0.0git
Namespaces | Functions
TypeConversions.h File Reference
#include <optional>

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::emitc
 

Functions

void mlir::populateEmitCSizeTTypeConversions (TypeConverter &converter)
 
std::optional< Typemlir::emitc::getUnsignedTypeFor (Type ty)
 Get an unsigned integer or size data type corresponding to ty. More...
 
std::optional< Typemlir::emitc::getSignedTypeFor (Type ty)
 Get a signed integer or size data type corresponding to ty that supports arithmetic on negative values. More...