| 2283 | |
| 2284 | |
| 2285 | ExprId MediumLevelILFunction::SetVarSplit( |
| 2286 | size_t size, const Variable& high, const Variable& low, ExprId src, const ILSourceLocation& loc) |
| 2287 | { |
| 2288 | return AddExprWithLocation(MLIL_SET_VAR_SPLIT, loc, size, high.ToIdentifier(), low.ToIdentifier(), src); |
| 2289 | } |
| 2290 | |
| 2291 | |
| 2292 | ExprId MediumLevelILFunction::SetVarSSA(size_t size, const SSAVariable& dest, ExprId src, const ILSourceLocation& loc) |