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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h278 FUNC_CODE_INST_INSERTELT = 7, // INSERTELT: [ty, opval, opval, opval] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp228 case bitc::FUNC_CODE_INST_INSERTELT: return "INST_INSERTELT";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1249 Code = bitc::FUNC_CODE_INST_INSERTELT;
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2433 case bitc::FUNC_CODE_INST_INSERTELT: { // INSERTELT: [ty, opval,opval,opval]

Completed in 115 milliseconds