Searched defs:IntegerTypeStorage (Results 1 – 1 of 1) sorted by relevance
28 struct IntegerTypeStorage : public TypeStorage { struct29 IntegerTypeStorage(unsigned width, in IntegerTypeStorage() function44 static IntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument50 unsigned width : 30;51 IntegerType::SignednessSemantics signedness : 2;