Searched refs:FUNC_CODE_INST_RET (Results 1 – 4 of 4) sorted by relevance
235 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
230 case bitc::FUNC_CODE_INST_RET: return "INST_RET"; in GetCodeName()
1046 Code = bitc::FUNC_CODE_INST_RET; in WriteInstruction()1452 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in WriteBlockInfo()1459 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in WriteBlockInfo()
2340 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in ParseFunctionBody()