Home
last modified time | relevance | path

Searched defs:LLVMIntegerTypeStorage (Results 1 – 1 of 1) 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
395 unsigned bitwidth;