Home
last modified time | relevance | path

Searched refs:LLVMPointerTypeStorage (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h387 struct LLVMPointerTypeStorage : public TypeStorage { struct
390 LLVMPointerTypeStorage(const KeyTy &key) in LLVMPointerTypeStorage() argument
393 static LLVMPointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
395 return new (allocator.allocate<LLVMPointerTypeStorage>()) in construct()
396 LLVMPointerTypeStorage(key); in construct()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h36 struct LLVMPointerTypeStorage;
196 LLVMPointerType, Type, detail::LLVMPointerTypeStorage,