Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp378 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail
381 using KeyTy = std::pair<Type, StorageClass>;
383 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
389 bool operator==(const KeyTy &key) const { in operator ==()
393 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() argument
396 Type pointeeType;
397 StorageClass storageClass;