Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h47 struct LenTypeStorage;
239 : public mlir::Type::TypeBase<LenType, mlir::Type, detail::LenTypeStorage> {
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp429 struct LenTypeStorage : public mlir::TypeStorage { struct
436 static LenTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument
438 auto *storage = allocator.allocate<LenTypeStorage>(); in construct()
439 return new (storage) LenTypeStorage{0}; in construct()
443 LenTypeStorage() = delete;
444 explicit LenTypeStorage(KindTy) {} in LenTypeStorage() function