| 2670 | |
| 2671 | |
| 2672 | ExprId HighLevelILFunction::AssignUnpackMemSSA( |
| 2673 | const vector<ExprId>& output, size_t destMemVersion, ExprId src, size_t srcMemVersion, const ILSourceLocation& loc) |
| 2674 | { |
| 2675 | return AddExprWithLocation( |
| 2676 | HLIL_ASSIGN_UNPACK_MEM_SSA, loc, 0, output.size(), AddOperandList(output), destMemVersion, src, srcMemVersion); |
| 2677 | } |
| 2678 | |
| 2679 | |
| 2680 | ExprId HighLevelILFunction::ForceVer(size_t size, const Variable& dest, const Variable& src, const ILSourceLocation& loc) |