Method LibLLVMMDNodeGetNumOperands
LibLLVMMDNodeGetNumOperands(LLVMMetadataRef)
Gets the number of operands in a node
Declaration
public static uint LibLLVMMDNodeGetNumOperands(LLVMMetadataRef node)
Parameters
public static uint LibLLVMMDNodeGetNumOperands(LLVMMetadataRef node)
LLVMMetadataRef | node | Node to get the operands from |
Returns
UInt32 | Number of operands for the node |