Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 unsigned width : 30;
51 IntegerType::SignednessSemantics signedness : 2;