Searched defs:IntegerTypeStorage (Results 1 – 1 of 1) sorted by relevance
56 struct IntegerTypeStorage : public TypeStorage { struct57 IntegerTypeStorage(unsigned width, in IntegerTypeStorage() argument72 static IntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument78 unsigned width : 30;79 IntegerType::SignednessSemantics signedness : 2;