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

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

Completed in 151 milliseconds