Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h404 struct LLVMPointerTypeStorage : public TypeStorage { struct
407 LLVMPointerTypeStorage(const KeyTy &key) in LLVMPointerTypeStorage() argument
410 static LLVMPointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
412 return new (allocator.allocate<LLVMPointerTypeStorage>()) in construct()
413 LLVMPointerTypeStorage(key); in construct()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h35 struct LLVMPointerTypeStorage;
373 detail::LLVMPointerTypeStorage> {