llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | Static Public Attributes | List of all members
MovInst Class Referencefinal

#include <core/insts/mov.h>

Inheritance diagram for MovInst:
Inheritance graph
[legend]
Collaboration diagram for MovInst:
Collaboration graph
[legend]

Public Member Functions

 MovInst (Type type, Ref< Value > op, AnnotSet &&annot)
 
 MovInst (Type type, Ref< Value > op, const AnnotSet &annot)
 
ConstRef< ValueGetArg () const
 Returns the value read/moved.
 
Ref< ValueGetArg ()
 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.
 

Detailed Description

MovInst


The documentation for this class was generated from the following files: