Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h381 CST_CODE_CE_UNOP = 25, // CE_UNOP: [opcode, opval] enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2576 Code = bitc::CST_CODE_CE_UNOP; in writeConstants()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2577 case bitc::CST_CODE_CE_UNOP: { // CE_UNOP: [opcode, opval] in parseConstants()