Searched refs:FUNC_CODE_INST_BINOP (Results 1 – 4 of 4) sorted by relevance
226 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval] enumerator
220 case bitc::FUNC_CODE_INST_BINOP: return "INST_BINOP"; in GetCodeName()
974 Code = bitc::FUNC_CODE_INST_BINOP; in WriteInstruction()1419 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in WriteBlockInfo()1429 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_BINOP)); in WriteBlockInfo()
2125 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode] in ParseFunctionBody()