Home
last modified time | relevance | path

Searched refs:MaxStorageBits (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h58 static constexpr unsigned MaxStorageBits = 32; variable
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeParser.cpp55 storageTypeWidth > QuantizedType::MaxStorageBits) { in parseStorageType()
H A DQuantTypes.cpp44 if (integralWidth == 0 || integralWidth > MaxStorageBits) in verify()