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

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

Completed in 167 milliseconds