Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h50 struct RealTypeStorage;
144 detail::RealTypeStorage> {
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp520 struct RealTypeStorage : public mlir::TypeStorage { struct
527 static RealTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
529 auto *storage = allocator.allocate<RealTypeStorage>(); in construct()
530 return new (storage) RealTypeStorage{kind}; in construct()
539 RealTypeStorage() = delete;
540 explicit RealTypeStorage(KindTy kind) : kind{kind} {} in RealTypeStorage() function