|
Jlm
|
#include <constant.hpp>


Public Member Functions | |
| ~BitConstantOperation () noexcept override | |
| BitConstantOperation (BitValueRepresentation value) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const BitValueRepresentation & | value () const noexcept |
Public Member Functions inherited from jlm::rvsdg::NullaryOperation | |
| ~NullaryOperation () noexcept override | |
| NullaryOperation (std::shared_ptr< const Type > resultType) | |
Public Member Functions inherited from jlm::rvsdg::SimpleOperation | |
| ~SimpleOperation () noexcept override | |
| SimpleOperation (std::vector< std::shared_ptr< const jlm::rvsdg::Type >> operands, std::vector< std::shared_ptr< const jlm::rvsdg::Type >> results) | |
| size_t | narguments () const noexcept |
| const std::shared_ptr< const rvsdg::Type > & | argument (size_t index) const noexcept |
| size_t | nresults () const noexcept |
| const std::shared_ptr< const rvsdg::Type > & | result (size_t index) const noexcept |
Public Member Functions inherited from jlm::rvsdg::Operation | |
| virtual | ~Operation () noexcept |
| bool | operator!= (const Operation &other) const noexcept |
Static Public Member Functions | |
| static Output & | create (Region ®ion, BitValueRepresentation value) |
| static Output & | createUndefined (Region ®ion, const size_t numBits) |
Private Attributes | |
| BitValueRepresentation | value_ |
Definition at line 21 of file constant.hpp.
|
overridedefaultnoexcept |
|
explicit |
Definition at line 14 of file constant.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 36 of file constant.cpp.
|
inlinestatic |
Definition at line 44 of file constant.hpp.
|
inlinestatic |
Definition at line 50 of file constant.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 27 of file constant.cpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 20 of file constant.cpp.
|
inlinenoexcept |
Definition at line 38 of file constant.hpp.
|
private |
Definition at line 57 of file constant.hpp.