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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h306 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp245 case bitc::FUNC_CODE_INST_CMP2: return "INST_CMP2";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1263 Code = bitc::FUNC_CODE_INST_CMP2;
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2464 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred]

Completed in 137 milliseconds