Home
last modified time | relevance | path

Searched refs:DimsTypeStorage (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h43 struct DimsTypeStorage;
200 detail::DimsTypeStorage> {
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp386 struct DimsTypeStorage : public mlir::TypeStorage { struct
393 static DimsTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
395 auto *storage = allocator.allocate<DimsTypeStorage>(); in construct()
396 return new (storage) DimsTypeStorage{rank}; in construct()
405 DimsTypeStorage() = delete;
406 explicit DimsTypeStorage(unsigned rank) : rank{rank} {} in DimsTypeStorage() argument