Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp122 unsigned targetBitWidth = getLLVMTypeBitWidth(llvmType); in optionallyTruncateOrExtend() local
127 if (valueBitWidth < targetBitWidth) in optionallyTruncateOrExtend()
133 if (valueBitWidth > targetBitWidth) in optionallyTruncateOrExtend()