Searched defs:FixedNumOperandTraits (Results 1 - 3 of 3) 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> {
/external/swiftshader/third_party/LLVM/include/llvm/
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> {
/external/swiftshader/third_party/llvm-subzero/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 493 milliseconds