CIRCT
20.0.0git
|
Bit vectors include signed, unsigned, and signless integers. More...
#include <Types.h>
Public Member Functions | |
BitVectorType (const ID &id, uint64_t width) | |
uint64_t | getWidth () const |
std::ptrdiff_t | getBitWidth () const override |
Public Member Functions inherited from esi::Type | |
Type (const ID &id) | |
virtual | ~Type ()=default |
ID | getID () const |
Private Attributes | |
uint64_t | width |
Additional Inherited Members | |
Public Types inherited from esi::Type | |
using | ID = std::string |
Protected Attributes inherited from esi::Type | |
ID | id |
|
inline |
|
inlineoverridevirtual |
|
inline |
Definition at line 96 of file Types.h.
References width.
Referenced by getBitWidth(), and PYBIND11_MODULE().
|
private |
Definition at line 100 of file Types.h.
Referenced by getWidth().