Searched refs:LLVMIntegerTypeStorage (Results 1 – 2 of 2) sorted by relevance
382 struct LLVMIntegerTypeStorage : public TypeStorage { struct385 LLVMIntegerTypeStorage(unsigned width) : bitwidth(width) {} in LLVMIntegerTypeStorage() argument387 static LLVMIntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument389 return new (allocator.allocate<LLVMIntegerTypeStorage>()) in construct()390 LLVMIntegerTypeStorage(key); in construct()
34 struct LLVMIntegerTypeStorage;347 detail::LLVMIntegerTypeStorage> {