Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp437 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
438 using KeyTy = std::pair<Type, unsigned>;
440 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
446 bool operator==(const KeyTy &key) const { in operator ==()
450 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() function
453 Type elementType;
454 unsigned stride;