Searched defs:LLVMIntegerTypeStorage (Results 1 – 1 of 1) sorted by relevance
382 struct LLVMIntegerTypeStorage : public TypeStorage { struct385 LLVMIntegerTypeStorage(unsigned width) : bitwidth(width) {} in LLVMIntegerTypeStorage() argument387 static LLVMIntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument395 unsigned bitwidth;