Structure for representing an instruction.
Definition: Instruction.h:50
Instruction which stores data to memory.
Definition: StoreInstruction.h:23
virtual bool IsStore() const
Checks if the instruction is a store operation.
Definition: StoreInstruction.cpp:18