Home
last modified time | relevance | path

Searched defs:IntegerTypeStorage (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DTypeDetail.h28 struct IntegerTypeStorage : public TypeStorage { struct
29 IntegerTypeStorage(unsigned width, in IntegerTypeStorage() function
44 static IntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
50 KeyTy getAsKey() const { return KeyTy(width, signedness); } in getAsKey()
52 unsigned width : 30;
53 IntegerType::SignednessSemantics signedness : 2;