Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp27 struct spirv::detail::ArrayTypeStorage : public TypeStorage { struct in spirv::detail
28 using KeyTy = std::tuple<Type, unsigned, unsigned>;
30 static ArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
35 bool operator==(const KeyTy &key) const { in operator ==()
39 ArrayTypeStorage(const KeyTy &key) in ArrayTypeStorage() function
43 Type elementType;
44 unsigned elementCount;
45 unsigned stride;