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

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DTGValueTypes.cpp31 class ExtendedIntegerType : public Type { class in inherits:Type
34 explicit ExtendedIntegerType(unsigned bits) function in class:ExtendedIntegerType
74 return dynamic_cast<const ExtendedIntegerType *>(LLVMTy) != 0;

Completed in 99 milliseconds