Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/IR/
DAsync.cpp71 struct ValueTypeStorage : public TypeStorage { struct
72 ValueTypeStorage(Type valueType) : valueType(valueType) {} in ValueTypeStorage() argument
75 using KeyTy = Type;
76 bool operator==(const KeyTy &key) const { return key == valueType; } in operator ==()
79 static ValueTypeStorage *construct(TypeStorageAllocator &allocator, in construct()
85 Type valueType;