| 2708 | |
| 2709 | |
| 2710 | ExprId HighLevelILFunction::VarSSA(size_t size, const SSAVariable& src, const ILSourceLocation& loc) |
| 2711 | { |
| 2712 | return AddExprWithLocation(HLIL_VAR_SSA, loc, size, src.var.ToIdentifier(), src.version); |
| 2713 | } |
| 2714 | |
| 2715 | |
| 2716 | ExprId HighLevelILFunction::VarPhi( |