Return true if some argument has extra return capture components.
Declared in <llvm/IR/InstrTypes.h>
bool
hasArgumentWithAdditionalReturnCaptureComponents() const;
Returns whether the call has an argument that has an attribute like captures(ret: address, provenance), where the return capture components are not a subset of the other capture components.
True if such an argument exists.