| 2645 | |
| 2646 | |
| 2647 | ExprId HighLevelILFunction::VarInitSSA(size_t size, const SSAVariable& dest, ExprId src, const ILSourceLocation& loc) |
| 2648 | { |
| 2649 | return AddExprWithLocation(HLIL_VAR_INIT_SSA, loc, size, dest.var.ToIdentifier(), dest.version, src); |
| 2650 | } |
| 2651 | |
| 2652 | |
| 2653 | ExprId HighLevelILFunction::Assign(size_t size, ExprId dest, ExprId src, const ILSourceLocation& loc) |