|
Jlm
|
#include <arithmetic.hpp>


Public Member Functions | |
| ~MakeBitUnaryOperation () noexcept override | |
| MakeBitUnaryOperation (std::size_t nbits) noexcept | |
| bool | operator== (const Operation &other) const noexcept override |
| BitValueRepresentation | reduce_constant (const BitValueRepresentation &arg) const override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| std::unique_ptr< BitUnaryOperation > | create (size_t nbits) const override |
Public Member Functions inherited from jlm::rvsdg::BitUnaryOperation | |
| ~BitUnaryOperation () noexcept override | |
| BitUnaryOperation (const std::shared_ptr< const BitType > &type) noexcept | |
| const BitType & | type () const noexcept |
| unop_reduction_path_t | can_reduce_operand (const jlm::rvsdg::Output *arg) const noexcept override |
| jlm::rvsdg::Output * | reduce_operand (unop_reduction_path_t path, jlm::rvsdg::Output *arg) const override |
Public Member Functions inherited from jlm::rvsdg::UnaryOperation | |
| ~UnaryOperation () noexcept override | |
| UnaryOperation (std::shared_ptr< const jlm::rvsdg::Type > operand, std::shared_ptr< const jlm::rvsdg::Type > result) | |
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 (size_t nbits, Output *op) |
Definition at line 16 of file arithmetic.hpp.
|
overridenoexcept |
Definition at line 16 of file arithmetic-impl.hpp.
|
inlineexplicitnoexcept |
Definition at line 21 of file arithmetic.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 43 of file arithmetic-impl.hpp.
|
overridevirtual |
Implements jlm::rvsdg::BitUnaryOperation.
Definition at line 50 of file arithmetic-impl.hpp.
|
inlinestatic |
Definition at line 41 of file arithmetic.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 36 of file arithmetic-impl.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 21 of file arithmetic-impl.hpp.
|
overridevirtual |
Implements jlm::rvsdg::BitUnaryOperation.
Definition at line 29 of file arithmetic-impl.hpp.