| 2696 | |
| 2697 | |
| 2698 | ExprId HighLevelILFunction::AssertSSA(size_t size, const SSAVariable& src, const PossibleValueSet& pvs, const ILSourceLocation& loc) |
| 2699 | { |
| 2700 | return AddExprWithLocation(HLIL_ASSERT_SSA, loc, size, src.var.ToIdentifier(), src.version, CachePossibleValueSet(pvs)); |
| 2701 | } |
| 2702 | |
| 2703 | |
| 2704 | ExprId HighLevelILFunction::Var(size_t size, const Variable& src, const ILSourceLocation& loc) |