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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h280 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp230 case bitc::FUNC_CODE_INST_CMP: return "INST_CMP";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2460 case bitc::FUNC_CODE_INST_CMP: // CMP: [opty, opval, opval, pred]

Completed in 117 milliseconds