#include "circt/Dialect/Comb/CombOps.h"
#include "llvm/ADT/TypeSwitch.h"
Go to the source code of this file.
|
| circt |
| This file defines an intermediate representation for circuits acting as an abstraction for constraints defined over an SMT's solver context.
|
|
| circt::comb |
|
|
#define | HANDLE(OPTYPE, OPKIND) |
|
◆ HANDLE
#define HANDLE |
( |
|
OPTYPE, |
|
|
|
OPKIND |
|
) |
| |
Value: ResultType visitComb(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visit##OPKIND##Comb(op, \
args...); \
}
Definition at line 76 of file CombVisitors.h.