Return the argument marked with the returned attribute.
Synopsis
Declared in <llvm/IR/InstrTypes.h>
Value*
getReturnedArgOperand() const;
Description
If one of the arguments has the 'returned' attribute, returns its operand value. Otherwise, return nullptr.
Return Value
The returned argument value, or null.
Created with MrDocs