Searched refs:IntegerTypeStorage (Results 1 – 2 of 2) sorted by relevance
28 struct IntegerTypeStorage : public TypeStorage { struct29 IntegerTypeStorage(unsigned width, in IntegerTypeStorage() argument44 static IntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument46 return new (allocator.allocate<IntegerTypeStorage>()) in construct()47 IntegerTypeStorage(key.first, key.second); in construct()
32 # CHECK: members of mlir::detail::IntegerTypeStorage