llvm::CallBase::hasArgument

Return true if V is passed as an argument to the called function.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
hasArgument(Value const* V) const;

Return Value

True if V appears in the argument list.

Parameters

NameDescription
VValue to search for among call arguments.