llvm::unwrap

Unwrap an array of opaque LLVMTypeRef values as Type pointers.

Synopsis

Declared in <llvm/IR/Type.h>

Type**
unwrap(LLVMTypeRef* Tys);

Return Value

The array reinterpreted as Type pointers.

Parameters

NameDescription
TysArray of opaque type references.