enum MemoryAccessKind
Description
The three kinds of memory access relevant to 'readonly' and 'readnone' attributes.
Declared at: llvm/include/llvm/Transforms/IPO/FunctionAttrs.h:31
Enumerators
| Name | Value | Comment |
|---|---|---|
| MAK_ReadNone | 0 | |
| MAK_ReadOnly | 1 | |
| MAK_MayWrite | 2 | |
| MAK_WriteOnly | 3 |