| 2639 | |
| 2640 | |
| 2641 | ExprId HighLevelILFunction::VarInit(size_t size, const Variable& dest, ExprId src, const ILSourceLocation& loc) |
| 2642 | { |
| 2643 | return AddExprWithLocation(HLIL_VAR_INIT, loc, size, dest.ToIdentifier(), src); |
| 2644 | } |
| 2645 | |
| 2646 | |
| 2647 | ExprId HighLevelILFunction::VarInitSSA(size_t size, const SSAVariable& dest, ExprId src, const ILSourceLocation& loc) |