Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h306 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] enumerator
/freebsd-10-stable/contrib/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp245 case bitc::FUNC_CODE_INST_CMP2: return "INST_CMP2"; in GetCodeName()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1263 Code = bitc::FUNC_CODE_INST_CMP2; in WriteInstruction()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2464 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred] in ParseFunctionBody()