LLVMGetNumArgOperands

Obtain the argument count for a call instruction.

This expects an LLVMValueRef that corresponds to a llvm::CallInst or llvm::InvokeInst.

@see llvm::CallInst::getNumArgOperands() @see llvm::InvokeInst::getNumArgOperands()

extern (C) nothrow
uint
LLVMGetNumArgOperands
(
LLVMValueRef Instr
)

Meta