Home
last modified time | relevance | path

Searched refs:SimpleExtendedType (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp129 class SimpleExtendedType : public ExtendedType { class
130 SimpleExtendedType() = delete;
131 SimpleExtendedType(const SimpleExtendedType &) = delete;
132 SimpleExtendedType &operator=(const SimpleExtendedType &) = delete;
288 return cast<SimpleExtendedType>(Ty)->getType(); in getSimpleTypeByID()