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
Return true if this instruction may modify memory.
Declared in <llvm/IR/Instruction.h>
bool
mayWriteToMemory() const;
True if this instruction may write memory.
Created with MrDocs