|
Jlm
|
#include <IntegerOperations.hpp>


Public Member Functions | |
| ~IntegerEqOperation () noexcept override | |
| IntegerEqOperation (const std::size_t numBits) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| rvsdg::binop_reduction_path_t | can_reduce_operand_pair (const rvsdg::Output *op1, const rvsdg::Output *op2) const noexcept override |
| rvsdg::Output * | reduce_operand_pair (rvsdg::binop_reduction_path_t path, rvsdg::Output *op1, rvsdg::Output *op2) const override |
| enum flags | flags () const noexcept override |
Public Member Functions inherited from jlm::llvm::IntegerBinaryOperation | |
| ~IntegerBinaryOperation () noexcept override | |
| IntegerBinaryOperation (const std::size_t numArgumentBits, const std::size_t numResultBits) noexcept | |
| const rvsdg::BitType & | Type () const noexcept |
Public Member Functions inherited from jlm::rvsdg::BinaryOperation | |
| ~BinaryOperation () noexcept override | |
| BinaryOperation (const std::vector< std::shared_ptr< const jlm::rvsdg::Type >> operands, std::shared_ptr< const jlm::rvsdg::Type > result) | |
| bool | is_associative () const noexcept |
| bool | is_commutative () const noexcept |
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 |
Additional Inherited Members | |
Public Types inherited from jlm::rvsdg::BinaryOperation | |
| enum class | flags { none = 0 , associative = 1 , commutative = 2 } |
This operation is equivalent to LLVM's 'icmp' instruction with condition 'eq' for integer operands. See LLVM Language Reference Manual for more details.
Definition at line 548 of file IntegerOperations.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 553 of file IntegerOperations.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 618 of file IntegerOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 612 of file IntegerOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 606 of file IntegerOperations.cpp.
|
overridevirtualnoexcept |
Reimplemented from jlm::rvsdg::BinaryOperation.
Definition at line 625 of file IntegerOperations.cpp.
|
overridenoexcept |
Definition at line 599 of file IntegerOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 625 of file IntegerOperations.cpp.