llvm::CallBase::hasArgumentWithAdditionalReturnCaptureComponents

Return true if some argument has extra return capture components.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
hasArgumentWithAdditionalReturnCaptureComponents() const;

Description

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.

Return Value

True if such an argument exists.