7#ifndef JLM_RVSDG_BITSTRING_COMPARISON_HPP
8#define JLM_RVSDG_BITSTRING_COMPARISON_HPP
16template<
typename reduction, const
char * name, enum BinaryOperation::flags opflags>
static std::shared_ptr< const BitType > Create(std::size_t nbits)
Creates bit type of specified width.
enum BinaryOperation::flags flags() const noexcept override
MakeBitComparisonOperation(std::size_t nbits) noexcept
std::string debug_string() const override
compare_result reduce_constants(const BitValueRepresentation &arg1, const BitValueRepresentation &arg2) const override
std::unique_ptr< BitCompareOperation > create(size_t nbits) const override
std::unique_ptr< Operation > copy() const override
~MakeBitComparisonOperation() noexcept override
bool operator==(const Operation &other) const noexcept override
NodeType * TryGetOwnerNode(const rvsdg::Input &input) noexcept
Checks if this is an input to a node of specified type.