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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 581 FUNC_CODE_INST_UNOP = 56, // UNOP: [opcode, ty, opval]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2757 Code = bitc::FUNC_CODE_INST_UNOP;
3481 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP));
3490 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP));
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 4060 case bitc::FUNC_CODE_INST_UNOP: { // UNOP: [opval, ty, opcode]

Completed in 27 milliseconds