LLVM API Documentation
#include <OperandTraits.h>
Static Public Member Functions | |
static unsigned | operands (const User *U) |
OptionalOperandTraits - when the number of operands may change at runtime. Naturally it may only decrease, because the allocations may not change.
Definition at line 51 of file OperandTraits.h.
static unsigned llvm::OptionalOperandTraits< SubClass, ARITY >::operands | ( | const User * | U | ) | [inline, static] |
Reimplemented from llvm::FixedNumOperandTraits< SubClass, ARITY >.
Definition at line 52 of file OperandTraits.h.