LLVMGetMDNodeOperands

Obtain the given MDNode's operands.

The passed LLVMValueRef pointer should point to enough memory to hold all of the operands of the given MDNode (see LLVMGetMDNodeNumOperands) as LLVMValueRefs. This memory will be populated with the LLVMValueRefs of the MDNode's operands.

@param V MDNode to get the operands from. @param Dest Destination array for operands.

extern (C) nothrow
void
LLVMGetMDNodeOperands
(
LLVMValueRef V
,
LLVMValueRef* Dest
)

Meta