Home
last modified time | relevance | path

Searched refs:getStorageBitwidth (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DIntegerRangeAnalysis.cpp27 unsigned width = ConstantIntRanges::getStorageBitwidth(value.getType()); in getPessimisticValueState()
163 unsigned int width = ConstantIntRanges::getStorageBitwidth(boundType); in visitNonControlFlowArguments()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferIntRangeInterface.h57 static unsigned getStorageBitwidth(Type type);
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DInferIntRangeInterfaceImpls.cpp475 unsigned destWidth = ConstantIntRanges::getStorageBitwidth(destType); in inferResultRanges()
487 unsigned destWidth = ConstantIntRanges::getStorageBitwidth(destType); in extSIRange()
505 unsigned destWidth = ConstantIntRanges::getStorageBitwidth(destType); in truncIRange()
527 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); in inferResultRanges()
528 unsigned destWidth = ConstantIntRanges::getStorageBitwidth(destType); in inferResultRanges()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp29 unsigned ConstantIntRanges::getStorageBitwidth(Type type) { in getStorageBitwidth() function in ConstantIntRanges