onlyWritesMemory overloads
Declared in <llvm/IR/InstrTypes.h>
Return true if this call only writes memory (or accesses none).
bool
onlyWritesMemory() const;
» more...
Return true if data operand OpNo only writes memory.
bool
onlyWritesMemory(unsigned int OpNo) const;
» more...
| Name | Description |
|---|---|
| OpNo | Zero-based data operand index. |