MLIR 22.0.0git
TypeConversions.h File Reference
#include <optional>

Go to the source code of this file.

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  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.
std::optional< Typemlir::emitc::getSignedTypeFor (Type ty)
 Get a signed integer or size data type corresponding to ty that supports arithmetic on negative values.