Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CMP (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h301 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp233 case bitc::FUNC_CODE_INST_CMP: return "INST_CMP"; in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3667 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred] in ParseFunctionBody()