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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 507 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2743 Code = bitc::FUNC_CODE_INST_BINOP;
3500 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP));
3510 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP));
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 4081 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode]

Completed in 24 milliseconds