Home
last modified time | relevance | path

Searched refs:IntegerTypeStorage (Results 1 – 2 of 2) 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() argument
44 static IntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
46 return new (allocator.allocate<IntegerTypeStorage>()) in construct()
47 IntegerTypeStorage(key.first, key.second); in construct()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.gdb32 # CHECK: members of mlir::detail::IntegerTypeStorage