llvm::OperandTraits<NoCFIValue>

Operand layout traits for NoCFIValue.

Synopsis

Declared in <llvm/IR/Constants.h>

template<>
struct OperandTraits<NoCFIValue>
    : FixedNumOperandTraits<NoCFIValue, 1>

Base Classes

NameDescription
FixedNumOperandTraits<NoCFIValue, 1>Traits for a compile-time-fixed prefix Use array.

Static Member Functions

NameDescription
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.

Return Value

Operand layout traits for NoCFIValue.