Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp505 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail
506 using KeyTy = std::pair<Type, unsigned>;
508 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
514 bool operator==(const KeyTy &key) const { in operator ==()
518 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument
521 Type elementType;
522 unsigned stride;