MLIR
20.0.0git
|
#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< Type > | mlir::emitc::getUnsignedTypeFor (Type ty) |
Get an unsigned integer or size data type corresponding to ty . More... | |
std::optional< Type > | mlir::emitc::getSignedTypeFor (Type ty) |
Get a signed integer or size data type corresponding to ty that supports arithmetic on negative values. More... | |