Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp2180 auto SignOpcode = IsFloatTy ? GL::FSign : GL::SSign; in selectSign() local
2190 .addImm(SignOpcode) in selectSign()