| 2296 | |
| 2297 | |
| 2298 | ExprId MediumLevelILFunction::SetVarSSAField(size_t size, const Variable& dest, size_t newVersion, size_t prevVersion, |
| 2299 | uint64_t offset, ExprId src, const ILSourceLocation& loc) |
| 2300 | { |
| 2301 | return AddExprWithLocation( |
| 2302 | MLIL_SET_VAR_SSA_FIELD, loc, size, dest.ToIdentifier(), newVersion, prevVersion, offset, src); |
| 2303 | } |
| 2304 | |
| 2305 | |
| 2306 | ExprId MediumLevelILFunction::SetVarSSASplit( |