Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h142 StringRef name;
143 bool identified;
144 bool packed;
145 bool opaque;
147 using KeyTy = Key;
176 bool isPacked() const { in isPacked()
200 LLVMStructTypeStorage(const KeyTy &key) { in LLVMStructTypeStorage() function
225 static LLVMStructTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
275 Key getKey() const { in getKey()
288 using KeySize =
[all …]