Return true if this instruction may modify memory.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
mayWriteToMemory() const;

Return Value

True if this instruction may write memory.

Created with MrDocs