| 3157 | |
| 3158 | |
| 3159 | ExprId LowLevelILFunction::Sub(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3160 | { |
| 3161 | return AddExprWithLocation(LLIL_SUB, loc, size, flags, a, b); |
| 3162 | } |
| 3163 | |
| 3164 | |
| 3165 | ExprId LowLevelILFunction::SubBorrow( |
no outgoing calls
no test coverage detected