ΒΆunsigned int LLVMGetNumArgOperands(
    LLVMValueRef Instr)

Description

Obtain the argument count for a call instruction. This expects an LLVMValueRef that corresponds to a llvm::CallInst, llvm::InvokeInst, or llvm:FuncletPadInst.

Declared at: llvm/include/llvm-c/Core.h:3199

Parameters

LLVMValueRef Instr