Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h565 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2239 Code = bitc::FUNC_CODE_INST_CAST; in writeInstruction()
2813 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2963 Code = bitc::FUNC_CODE_INST_CAST; in writeInstruction()
3857 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
3868 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5092 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in parseFunctionBody()