Return the total number of operands (arguments, called value, and extras).

Synopsis

Declared in <llvm/IR/InstrTypes.h>

unsigned int
getNumOperands() const;

Return Value

Total operand count for this call‐like instruction.

Created with MrDocs