llvm::CallBase::getParamByRefType

Return the byref type for argument ArgNo.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

Type*
getParamByRefType(unsigned int ArgNo) const;

Return Value

Byref type from the call or callee, or null if absent.

Parameters

NameDescription
ArgNoZero-based argument index.