MimIR 0.1
MimIR is my Intermediate Representation
|
Go to the source code of this file.
Namespaces | |
namespace | mim |
namespace | mim::plug |
namespace | mim::plug::vec |
The vec Plugin | |
Functions | |
%vec.fold | |
template<fold id> | |
const Def * | mim::plug::vec::normalize_fold (const Def *, const Def *c, const Def *arg) |
%vec.scan | |
template<scan id> | |
const Def * | mim::plug::vec::normalize_scan (const Def *, const Def *c, const Def *vec) |
%vec.is_unique | |
const Def * | mim::plug::vec::normalize_is_unique (const Def *, const Def *, const Def *vec) |
%vec.diff | |
const Def * | mim::plug::vec::normalize_diff (const Def *type, const Def *c, const Def *arg) |