llvm::CallBase::isByValArgument

Return true if argument ArgNo is passed by value.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
isByValArgument(unsigned int ArgNo) const;

Return Value

True if the argument has the byval attribute.

Parameters

NameDescription
ArgNoZero-based argument index.