| 3163 | |
| 3164 | |
| 3165 | ExprId LowLevelILFunction::SubBorrow( |
| 3166 | size_t size, ExprId a, ExprId b, ExprId carry, uint32_t flags, const ILSourceLocation& loc) |
| 3167 | { |
| 3168 | return AddExprWithLocation(LLIL_SBB, loc, size, flags, a, b, carry); |
| 3169 | } |
| 3170 | |
| 3171 | |
| 3172 | ExprId LowLevelILFunction::And(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected