| 2702 | |
| 2703 | |
| 2704 | ExprId HighLevelILFunction::Var(size_t size, const Variable& src, const ILSourceLocation& loc) |
| 2705 | { |
| 2706 | return AddExprWithLocation(HLIL_VAR, loc, size, src.ToIdentifier()); |
| 2707 | } |
| 2708 | |
| 2709 | |
| 2710 | ExprId HighLevelILFunction::VarSSA(size_t size, const SSAVariable& src, const ILSourceLocation& loc) |