Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h294 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp223 case bitc::FUNC_CODE_INST_BINOP: return "INST_BINOP"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1671 Code = bitc::FUNC_CODE_INST_BINOP; in WriteInstruction()
2246 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in WriteBlockInfo()
2256 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3397 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode] in ParseFunctionBody()