Searched defs:FixedNumOperandTraits (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DOperandTraits.h26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
31 struct FixedNumOperandTraits { struct in namespace:llvm
51 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {

Completed in 128 milliseconds