MimIR 0.1
MimIR is my Intermediate Representation
|
Matches (ff, tt)#cond arg
.
More...
#include <mim/tuple.h>
Public Member Functions | |
Branch (const Def *) | |
const App * | app () const |
const Def * | callee () const |
const Def * | arg () const |
![]() | |
Select (const Def *) | |
operator bool () const noexcept | |
const Extract * | extract () const |
const Def * | pair () const |
const Def * | cond () const |
const Def * | tt () const |
const Def * | ff () const |
Matches (ff, tt)#cond arg
.
(ff, tt)#cond
is matched as a Select.
mim::Branch::Branch | ( | const Def * | def | ) |
Definition at line 67 of file tuple.cpp.
References callee(), and mim::Select::Select().
|
inline |