Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h327 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp248 case bitc::FUNC_CODE_INST_CMP2: return "INST_CMP2"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1736 Code = bitc::FUNC_CODE_INST_CMP2; in WriteInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3671 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred] in ParseFunctionBody()