Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h382 struct LLVMIntegerTypeStorage : public TypeStorage { struct
385 LLVMIntegerTypeStorage(unsigned width) : bitwidth(width) {} in LLVMIntegerTypeStorage() argument
387 static LLVMIntegerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
389 return new (allocator.allocate<LLVMIntegerTypeStorage>()) in construct()
390 LLVMIntegerTypeStorage(key); in construct()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h34 struct LLVMIntegerTypeStorage;
347 detail::LLVMIntegerTypeStorage> {