Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DTypeDetail.h294 struct ComplexTypeStorage : public TypeStorage { struct
295 ComplexTypeStorage(Type elementType) : elementType(elementType) {} in ComplexTypeStorage() argument
302 static ComplexTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
308 Type elementType;