|
CIRCT 22.0.0git
|
#include "circt/Support/LLVM.h"

Go to the source code of this file.
Namespaces | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
Functions | |
| APInt | circt::sextZeroWidth (APInt value, unsigned width) |
| A safe version of APInt::sext that will NOT assert on zero-width signed APSInts. | |
| APSInt | circt::extOrTruncZeroWidth (APSInt value, unsigned width) |
| A safe version of APSInt::extOrTrunc that will NOT assert on zero-width signed APSInts. | |