|
Jlm
|
#include <IntegerOperations.hpp>


Public Member Functions | |
| ~IntegerConstantOperation () override | |
| IntegerConstantOperation (IntegerValueRepresentation representation) | |
| std::unique_ptr< Operation > | copy () const override |
| std::string | debug_string () const override |
| bool | operator== (const Operation &other) const noexcept override |
| const IntegerValueRepresentation & | Representation () 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 |
| virtual bool | operator== (const Operation &other) const noexcept=0 |
| bool | operator!= (const Operation &other) const noexcept |
Static Public Member Functions | |
| static rvsdg::Node & | Create (rvsdg::Region ®ion, IntegerValueRepresentation representation) |
| static rvsdg::Node & | Create (rvsdg::Region ®ion, std::size_t numBits, std::int64_t value) |
Private Attributes | |
| IntegerValueRepresentation | Representation_ |
Represents an LLVM integer constant
Definition at line 24 of file IntegerOperations.hpp.
|
overridedefault |
|
inlineexplicit |
Definition at line 29 of file IntegerOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 14 of file IntegerOperations.cpp.
|
inlinestatic |
Definition at line 50 of file IntegerOperations.hpp.
|
inlinestatic |
Definition at line 56 of file IntegerOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 20 of file IntegerOperations.cpp.
|
overridenoexcept |
Definition at line 29 of file IntegerOperations.cpp.
|
inlinenoexcept |
Definition at line 44 of file IntegerOperations.hpp.
|
private |
Definition at line 62 of file IntegerOperations.hpp.