CIRCT  19.0.0git
Classes | Namespaces | Macros | Functions
SMTAttributes.cpp File Reference
#include "circt/Dialect/SMT/SMTAttributes.h"
#include "circt/Dialect/SMT/SMTDialect.h"
#include "circt/Dialect/SMT/SMTTypes.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/DialectImplementation.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/Format.h"
#include "circt/Dialect/SMT/SMTAttributes.cpp.inc"
Include dependency graph for SMTAttributes.cpp:

Go to the source code of this file.

Classes

struct  circt::smt::detail::BitVectorAttrStorage
 

Namespaces

 circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
 circt::smt
 
 circt::smt::detail
 

Macros

#define GET_ATTRDEF_CLASSES
 
#define GET_ATTRDEF_LIST
 

Functions

static FailureOr< APInt > parseBitVectorString (function_ref< InFlightDiagnostic()> emitError, StringRef value)
 Parse an SMT-LIB formatted bit-vector string. More...
 

Macro Definition Documentation

◆ GET_ATTRDEF_CLASSES

#define GET_ATTRDEF_CLASSES

Definition at line 193 of file SMTAttributes.cpp.

◆ GET_ATTRDEF_LIST

#define GET_ATTRDEF_LIST

Function Documentation

◆ parseBitVectorString()

static FailureOr<APInt> parseBitVectorString ( function_ref< InFlightDiagnostic()>  emitError,
StringRef  value 
)
static

Parse an SMT-LIB formatted bit-vector string.

Definition at line 89 of file SMTAttributes.cpp.