LLVM 20.0.0git
|
OptionalOperandTraits - when the number of operands may change at runtime. More...
#include "llvm/IR/OperandTraits.h"
Static Public Member Functions | |
static unsigned | operands (const User *U) |
Static Public Member Functions inherited from llvm::FixedNumOperandTraits< SubClass, ARITY > | |
static Use * | op_begin (SubClass *U) |
static Use * | op_end (SubClass *U) |
static unsigned | operands (const User *) |
OptionalOperandTraits - when the number of operands may change at runtime.
Naturally it may only decrease, because the allocations may not change.
Definition at line 53 of file OperandTraits.h.
|
inlinestatic |
Definition at line 54 of file OperandTraits.h.