Return true if this call may only access argument-pointee memory.
Declared in <llvm/IR/InstrTypes.h>
bool
onlyAccessesArgMemory() const;
Determine if the call can access memmory only using pointers based on its arguments.
True if memory access is limited to argument memory.