33 virtual bool IsLoad()
const;
Structure for representing an instruction.
Definition: Instruction.h:50
Instruction which loads data from memory.
Definition: LoadInstruction.h:23
virtual bool IsLoad() const
Checks if the instruction is a load operation.
Definition: LoadInstruction.cpp:18