| 2416 | |
| 2417 | |
| 2418 | ExprId MediumLevelILFunction::VarSplit( |
| 2419 | size_t size, const Variable& high, const Variable& low, const ILSourceLocation& loc) |
| 2420 | { |
| 2421 | return AddExprWithLocation(MLIL_VAR_SPLIT, loc, size, high.ToIdentifier(), low.ToIdentifier()); |
| 2422 | } |
| 2423 | |
| 2424 | |
| 2425 | ExprId MediumLevelILFunction::VarSSA(size_t size, const SSAVariable& src, const ILSourceLocation& loc) |