llvm::OperandTraits<ExtractElementInst>

Operand layout traits for ExtractElementInst.

Synopsis

Declared in <llvm/IR/Instructions.h>

template<>
struct OperandTraits<ExtractElementInst>
    : FixedNumOperandTraits<ExtractElementInst, 2>

Base Classes

NameDescription
FixedNumOperandTraits<ExtractElementInst, 2>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.