llvm::CallBase::getParamStructRetType

Return the sret type for argument ArgNo.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

Type*
getParamStructRetType(unsigned int ArgNo) const;

Return Value

Struct-ret type from the call or callee, or null if absent.

Parameters

NameDescription
ArgNoZero-based argument index.