llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/insts/mov.h>
Public Member Functions | |
MovInst (Type type, Ref< Value > op, AnnotSet &&annot) | |
MovInst (Type type, Ref< Value > op, const AnnotSet &annot) | |
ConstRef< Value > | GetArg () const |
Returns the value read/moved. | |
Ref< Value > | GetArg () |
Returns the value read/moved. | |
bool | IsConstant () const override |
Instruction is constant if argument is. | |
Static Public Attributes | |
static constexpr Inst::Kind | kInstKind = Inst::Kind::MOV |
Kind of the instruction. | |