Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp2176 unsigned ResBitWidth = GR.getScalarOrVectorBitWidth(ResType); in selectSign() local
2178 bool NeedsConversion = IsFloatTy || SignBitWidth != ResBitWidth; in selectSign()