Method LibLLVMMDNodeGetOperand
LibLLVMMDNodeGetOperand(LLVMMetadataRef, UInt32)
Gets an operand from a node
Declaration
public static LibLLVMMDOperandRef LibLLVMMDNodeGetOperand(LLVMMetadataRef node, uint index)
Parameters
public static LibLLVMMDOperandRef LibLLVMMDNodeGetOperand(LLVMMetadataRef node, uint index)
LLVMMetadataRef | node | Node to get the operand from |
UInt32 | index | Index of the operand to get |
Returns
LibLLVMMDOperandRef | Operand |