Return true if we know that the underlying value will only access argument pointees (see Attribute::ArgMemOnly).
Synopsis
Declared in <llvm/Transforms/IPO/Attributor.h>
bool
isKnownArgMemOnly() const;
Return Value
True if we know that the underlying value will only access argument pointees (see Attribute::ArgMemOnly).
Created with MrDocs