| 3150 | |
| 3151 | |
| 3152 | ExprId LowLevelILFunction::AddCarry( |
| 3153 | size_t size, ExprId a, ExprId b, ExprId carry, uint32_t flags, const ILSourceLocation& loc) |
| 3154 | { |
| 3155 | return AddExprWithLocation(LLIL_ADC, loc, size, flags, a, b, carry); |
| 3156 | } |
| 3157 | |
| 3158 | |
| 3159 | ExprId LowLevelILFunction::Sub(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected