Jlm
Loading...
Searching...
No Matches
unary.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2010 2011 2012 2014 Helge Bahmann <hcb@chaoticmind.net>
3 * Copyright 2011 2012 2013 2014 Nico Reißmann <nico.reissmann@gmail.com>
4 * See COPYING for terms of redistribution.
5 */
6
7#include <jlm/rvsdg/graph.hpp>
8#include <jlm/rvsdg/unary.hpp>
9
10namespace jlm::rvsdg
11{
12
15
16}
~UnaryOperation() noexcept override
Definition unary.cpp:13
NodeType * TryGetOwnerNode(const rvsdg::Input &input) noexcept
Checks if this is an input to a node of specified type.
Definition node.hpp:872