Create MemoryEffectsBase that can only access inaccessible or argument memory.
Declared in <llvm/Support/ModRef.h>
static
MemoryEffectsBase
inaccessibleOrArgMemOnly(ModRefInfo MR = ModRefInfo::ModRef);
Effects limited to inaccessible and argument memory.
| Name | Description |
|---|---|
| MR | Mod/ref behavior for inaccessible and argument memory. |