Return true if this call may only access arg or inaccessible memory.
Declared in <llvm/IR/InstrTypes.h>
bool
onlyAccessesInaccessibleMemOrArgMem() const;
Determine if the function may only access memory that is either inaccessible from the IR or pointed to by its arguments.
True if memory access is limited accordingly.