llvm::wrap

Wrap an array of Value pointers as opaque LLVMValueRef values.

Synopsis

Declared in <llvm/IR/Value.h>

LLVMValueRef*
wrap(Value const** Vals);

Return Value

The array reinterpreted as opaque LLVMValueRef values.

Parameters

NameDescription
ValsArray of Value pointers.