Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp25 struct RealAttributeStorage : public mlir::AttributeStorage { struct
28 RealAttributeStorage(int kind, const llvm::APFloat &value) in RealAttributeStorage() argument
30 RealAttributeStorage(const KeyTy &key) in RealAttributeStorage() function
31 : RealAttributeStorage(key.first, key.second) {} in RealAttributeStorage()
40 static RealAttributeStorage *
42 return new (allocator.allocate<RealAttributeStorage>()) in construct()
43 RealAttributeStorage(key); in construct()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRAttr.h28 struct RealAttributeStorage;
124 detail::RealAttributeStorage> {