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 KeyTy getAsKey() const { return KeyTy(width, signedness); } in getAsKey()52 unsigned width : 30;53 IntegerType::SignednessSemantics signedness : 2;