Searched refs:FUNC_CODE_INST_BINOP (Results 1 – 4 of 4) sorted by relevance
294 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval] enumerator
223 case bitc::FUNC_CODE_INST_BINOP: return "INST_BINOP"; in GetCodeName()
1671 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()
3397 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode] in ParseFunctionBody()