Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DTypeDetail.h56 struct IntegerTypeStorage : public TypeStorage { struct
57 IntegerTypeStorage(unsigned width, in IntegerTypeStorage() function
72 static IntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
78 unsigned width : 30;
79 IntegerType::SignednessSemantics signedness : 2;