Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp716 struct spirv::detail::SampledImageTypeStorage : public TypeStorage { struct in spirv::detail
717 using KeyTy = Type;
719 SampledImageTypeStorage(const KeyTy &key) : imageType{key} {} in SampledImageTypeStorage() function
721 bool operator==(const KeyTy &key) const { return key == KeyTy(imageType); } in operator ==()
723 static SampledImageTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
729 Type imageType;