Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h381 CST_CODE_CE_UNOP = 25, // CE_UNOP: [opcode, opval] enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2572 Code = bitc::CST_CODE_CE_UNOP; in writeConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2607 case bitc::CST_CODE_CE_UNOP: { // CE_UNOP: [opcode, opval] in parseConstants()