llvm::MemoryEffectsBase::inaccessibleOrArgMemOnly

Create MemoryEffectsBase that can only access inaccessible or argument memory.

Synopsis

Declared in <llvm/Support/ModRef.h>

static
MemoryEffectsBase
inaccessibleOrArgMemOnly(ModRefInfo MR = ModRefInfo::ModRef);

Return Value

Effects limited to inaccessible and argument memory.

Parameters

NameDescription
MRMod/ref behavior for inaccessible and argument memory.