|
ilasynth
1.0
ILASynth: Template-based ILA Synthesis Engine
|
#include <bvinrange.hpp>
Public Member Functions | |
| BVInRange (const std::string &name, const nptr_t &lo, const nptr_t &hi) | |
| BVInRange (const BVInRange &that) | |
| virtual | ~BVInRange () |
| virtual Node * | clone () const |
| virtual bool | equal (const Node *that) const |
| virtual std::ostream & | write (std::ostream &out) const |
| virtual unsigned | nArgs () const |
| virtual nptr_t | arg (unsigned i) const |
Public Member Functions inherited from ilasynth::BitvectorExpr | |
| BitvectorExpr (int width) | |
| BitvectorExpr (NodeType t) | |
| virtual | ~BitvectorExpr () |
Public Member Functions inherited from ilasynth::Node | |
| Node () | |
| Node (NodeType t) | |
| virtual | ~Node () |
| std::string & | getName () |
| const std::string & | getName () const |
| const std::string & | getRefName () const |
| void | setRefName (const std::string &refN) |
| int | getId () |
| NodeType | getType () |
| virtual py::object | getValue () const |
| virtual bool | isConstant () const |
| template<class F > | |
| void | depthFirstVisit (F &func) const |
| void | getSupportVars (nodeset_t &sup) |
| void | visit (NodeVisitorI &vi) |
| bool | hasSynthesisConstructs () const |
Protected Attributes | |
| nptr_t | lo |
| nptr_t | hi |
Protected Attributes inherited from ilasynth::Node | |
| std::string | name |
| std::string | refName |
| const int | id |
| bool | hash_inited |
| size_t | hash_value |
Additional Inherited Members | |
Static Public Member Functions inherited from ilasynth::Node | |
| static nptr_t | ite (const nptr_t &cond, const nptr_t &t, const nptr_t &f) |
Public Attributes inherited from ilasynth::Node | |
| NodeType | type |
Static Protected Member Functions inherited from ilasynth::Node | |
| static void | _getSupportVarsHelper (nodeset_t &supp, const Node *n) |
| ilasynth::BVInRange::BVInRange | ( | const BVInRange & | that | ) |
|
virtual |
|
virtual |
Reimplemented from ilasynth::Node.
|
virtual |
Reimplemented from ilasynth::Node.
|
virtual |
Reimplemented from ilasynth::Node.
|
virtual |
Reimplemented from ilasynth::Node.
|
virtual |
Reimplemented from ilasynth::Node.
|
protected |
|
protected |
1.8.15