Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h274 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval] enumerator
/freebsd-10-stable/contrib/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp223 case bitc::FUNC_CODE_INST_CAST: return "INST_CAST"; in GetCodeName()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1192 Code = bitc::FUNC_CODE_INST_CAST; in WriteInstruction()
1747 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST)); in WriteBlockInfo()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2290 case bitc::FUNC_CODE_INST_CAST: { // CAST: [opval, opty, destty, castopc] in ParseFunctionBody()