CIRCT  19.0.0git
Namespaces | Functions
PrettyPrinter.cpp File Reference
#include "circt/Support/PrettyPrinter.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for PrettyPrinter.cpp:

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...