Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h445 UNOP_FNEG = 0 enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp472 return bitc::UNOP_FNEG; in getEncodedUnaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp621 case Instruction::FNeg: return bitc::UNOP_FNEG; in getEncodedUnaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1287 case bitc::UNOP_FNEG: in getDecodedUnaryOpcode()