Home
last modified time | relevance | path

Searched defs:srcWidth (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DInferIntRangeInterfaceImpls.cpp242 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); inferResultRanges() local
261 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); inferResultRanges() local
/llvm-project/mlir/lib/Dialect/Index/IR/
H A DInferIntRangeInterfaceImpls.cpp182 unsigned srcWidth, unsigned destWidth, in makeLikeDest()
197 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); in inferIndexCast() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp3112 const int64_t srcWidth = srcElementType.getIntOrFloatBitWidth(); promote() local