Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h559 FUNC_CODE_INST_UNOP = 56, // UNOP: [opcode, ty, opval] enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp2632 Code = bitc::FUNC_CODE_INST_UNOP; in writeInstruction()
3354 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP)); in writeBlockInfo()
3363 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP)); in writeBlockInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3867 case bitc::FUNC_CODE_INST_UNOP: { // UNOP: [opval, ty, opcode] in parseFunctionBody()