Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp121 unsigned targetBitWidth = getLLVMTypeBitWidth(llvmType); in optionallyTruncateOrExtend() local
127 if (valueBitWidth < targetBitWidth) in optionallyTruncateOrExtend()
133 if (valueBitWidth > targetBitWidth) in optionallyTruncateOrExtend()