7#ifndef JLM_RVSDG_BITSTRING_CONSTANT_HPP
8#define JLM_RVSDG_BITSTRING_CONSTANT_HPP
std::unique_ptr< Operation > copy() const override
std::string debug_string() const override
~BitConstantOperation() noexcept override
const BitValueRepresentation & value() const noexcept
static Output & createUndefined(Region ®ion, const size_t numBits)
static Output & create(Region ®ion, BitValueRepresentation value)
BitValueRepresentation value_
Nullary operator (operator taking no formal arguments)
Represent acyclic RVSDG subgraphs.
NodeType * TryGetOwnerNode(const rvsdg::Input &input) noexcept
Checks if this is an input to a node of specified type.