HomeSort by: relevance | last modified time | path
    Searched refs:FUNC_CODE_INST_CMP2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 540 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 4377 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2825 Code = bitc::FUNC_CODE_INST_CMP2;

Completed in 26 milliseconds