|
Jlm
|
#include <operation.hpp>


Public Member Functions | |
| ~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 |
| virtual std::string | debug_string () const =0 |
| virtual std::unique_ptr< Operation > | copy () const =0 |
| bool | operator!= (const Operation &other) const noexcept |
Private Attributes | |
| std::vector< std::shared_ptr< const rvsdg::Type > > | operands_ |
| std::vector< std::shared_ptr< const rvsdg::Type > > | results_ |
Definition at line 56 of file operation.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 61 of file operation.hpp.
|
noexcept |
Definition at line 23 of file operation.cpp.
|
noexcept |
Definition at line 17 of file operation.cpp.
|
noexcept |
Definition at line 30 of file operation.cpp.
|
noexcept |
Definition at line 36 of file operation.cpp.
|
private |
Definition at line 81 of file operation.hpp.
|
private |
Definition at line 82 of file operation.hpp.