Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h581 FUNC_CODE_INST_UNOP = 56, // UNOP: [opcode, ty, opval] enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2757 Code = bitc::FUNC_CODE_INST_UNOP; in writeInstruction()
3481 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP)); in writeBlockInfo()
3490 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP)); in writeBlockInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4060 case bitc::FUNC_CODE_INST_UNOP: { // UNOP: [opval, ty, opcode] in parseFunctionBody()