CIRCT
20.0.0git
|
#include "circt/Support/PrettyPrinter.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Namespaces | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
circt::pretty | |
Functions | |
static uint32_t | circt::pretty::computeNewIndent (ssize_t newIndent, int32_t offset, uint32_t maxStartingIndent) |
Compute indentation w/o overflow, clamp to [0,maxStartingIndent]. More... | |