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()
See Implementation
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()