Home
last modified time | relevance | path

Searched defs:ArrayTypeStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp104 struct spirv::detail::ArrayTypeStorage : public TypeStorage { struct in spirv::detail
105 using KeyTy = std::tuple<Type, unsigned, unsigned>;
107 static ArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
112 bool operator==(const KeyTy &key) const { in operator ==()
116 ArrayTypeStorage(const KeyTy &key) in ArrayTypeStorage() argument
120 Type elementType;
121 unsigned elementCount;
122 unsigned stride;