Operand layout traits for NoCFIValue.
Declared in <llvm/IR/Constants.h>
template<>
struct OperandTraits<NoCFIValue>
: FixedNumOperandTraits<NoCFIValue, 1>
| Name | Description |
|---|---|
FixedNumOperandTraits<NoCFIValue, 1> | Traits for a compile-time-fixed prefix Use array. |
| Name | Description |
|---|---|
op_begin | Return a pointer to the first operand Use for U. |
op_end | Return a pointer past the last operand Use for U. |
operands | Return the fixed number of operands for U. |
Operand layout traits for NoCFIValue.