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