| 5616 | } |
| 5617 | |
| 5618 | BfIRValue BfIRBuilder::CreateSetRet(BfIRValue val, int returnTypeId) |
| 5619 | { |
| 5620 | BfIRValue retVal = WriteCmd(BfIRCmd_CreateSetRet, val, returnTypeId); |
| 5621 | NEW_CMD_INSERTED; |
| 5622 | return retVal; |
| 5623 | } |
| 5624 | |
| 5625 | void BfIRBuilder::CreateRetVoid() |
| 5626 | { |