| 2678 | |
| 2679 | |
| 2680 | ExprId HighLevelILFunction::ForceVer(size_t size, const Variable& dest, const Variable& src, const ILSourceLocation& loc) |
| 2681 | { |
| 2682 | return AddExprWithLocation(HLIL_FORCE_VER, loc, size, dest.ToIdentifier(), src.ToIdentifier()); |
| 2683 | } |
| 2684 | |
| 2685 | |
| 2686 | ExprId HighLevelILFunction::ForceVerSSA(size_t size, const SSAVariable& dest, const SSAVariable& src, const ILSourceLocation& loc) |