#include <operation.hpp>
Definition at line 56 of file operation.hpp.
◆ ~SimpleOperation()
| jlm::rvsdg::SimpleOperation::~SimpleOperation |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ SimpleOperation()
| jlm::rvsdg::SimpleOperation::SimpleOperation |
( |
std::vector< std::shared_ptr< const jlm::rvsdg::Type >> |
operands, |
|
|
std::vector< std::shared_ptr< const jlm::rvsdg::Type >> |
results |
|
) |
| |
|
inline |
◆ argument()
| const std::shared_ptr< const rvsdg::Type > & jlm::rvsdg::SimpleOperation::argument |
( |
size_t |
index | ) |
const |
|
noexcept |
◆ narguments()
| size_t jlm::rvsdg::SimpleOperation::narguments |
( |
| ) |
const |
|
noexcept |
◆ nresults()
| size_t jlm::rvsdg::SimpleOperation::nresults |
( |
| ) |
const |
|
noexcept |
◆ result()
| const std::shared_ptr< const rvsdg::Type > & jlm::rvsdg::SimpleOperation::result |
( |
size_t |
index | ) |
const |
|
noexcept |
◆ operands_
| std::vector<std::shared_ptr<const rvsdg::Type> > jlm::rvsdg::SimpleOperation::operands_ |
|
private |
◆ results_
| std::vector<std::shared_ptr<const rvsdg::Type> > jlm::rvsdg::SimpleOperation::results_ |
|
private |
The documentation for this class was generated from the following files: