Searched refs:LastSimpleValueType (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h124 // LastSimpleValueType - The greatest valid SimpleValueType value.
125 LastSimpleValueType = 255, enumerator in enum:llvm::MVT::SimpleValueType
129 INVALID_SIMPLE_VALUE_TYPE = LastSimpleValueType + 1
459 return V.SimpleTy <= MVT::LastSimpleValueType;

Completed in 87 milliseconds