7#ifndef JLM_RVSDG_BITSTRING_CONCAT_HPP
8#define JLM_RVSDG_BITSTRING_CONCAT_HPP
33 const noexcept override;
60 const BitConcatOperation & operation,
std::string debug_string() const override
enum BinaryOperation::flags flags() const noexcept override
binop_reduction_path_t can_reduce_operand_pair(const jlm::rvsdg::Output *arg1, const jlm::rvsdg::Output *arg2) const noexcept override
std::unique_ptr< Operation > copy() const override
bool operator==(const Operation &other) const noexcept override
static std::shared_ptr< const BitType > aggregate_arguments(const std::vector< std::shared_ptr< const BitType > > &types) noexcept
jlm::rvsdg::Output * reduce_operand_pair(binop_reduction_path_t path, jlm::rvsdg::Output *arg1, jlm::rvsdg::Output *arg2) const override
~BitConcatOperation() noexcept override
static std::vector< jlm::rvsdg::Output * > operands(const Node *node)
size_t binop_reduction_path_t
std::optional< std::vector< rvsdg::Output * > > FlattenBitConcatOperation(const BitConcatOperation &, const std::vector< rvsdg::Output * > &operands)
jlm::rvsdg::Output * bitconcat(const std::vector< jlm::rvsdg::Output * > &operands)
NodeType * TryGetOwnerNode(const rvsdg::Input &input) noexcept
Checks if this is an input to a node of specified type.