Searched refs:IntegerAttributeStorage (Results 1 – 3 of 3) sorted by relevance
176 struct IntegerAttributeStorage final178 public llvm::TrailingObjects<IntegerAttributeStorage, uint64_t> {181 IntegerAttributeStorage(Type type, size_t numObjects) in IntegerAttributeStorage() function195 static IntegerAttributeStorage *203 IntegerAttributeStorage::totalSizeToAlloc<uint64_t>(elements.size()); in construct()204 auto rawMem = allocator.allocate(size, alignof(IntegerAttributeStorage)); in construct()205 auto result = ::new (rawMem) IntegerAttributeStorage(type, elements.size()); in construct()
357 auto *storage = reinterpret_cast<IntegerAttributeStorage *>(impl); in getValue()
29 struct IntegerAttributeStorage;217 detail::IntegerAttributeStorage> {