| 2690 | |
| 2691 | |
| 2692 | ExprId HighLevelILFunction::Assert(size_t size, const Variable& src, const PossibleValueSet& pvs, const ILSourceLocation& loc) |
| 2693 | { |
| 2694 | return AddExprWithLocation(HLIL_ASSERT, loc, size, src.ToIdentifier(), CachePossibleValueSet(pvs)); |
| 2695 | } |
| 2696 | |
| 2697 | |
| 2698 | ExprId HighLevelILFunction::AssertSSA(size_t size, const SSAVariable& src, const PossibleValueSet& pvs, const ILSourceLocation& loc) |