Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_BINOP (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h360 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1824 Code = bitc::FUNC_CODE_INST_BINOP; in WriteInstruction()
2650 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in WriteBlockInfo()
2660 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4079 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode] in parseFunctionBody()