Return true if this instruction may read or write memory.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
mayReadOrWriteMemory() const;

Return Value

true if this instruction may read or write memory.

Created with MrDocs