| 3266 | |
| 3267 | |
| 3268 | ExprId LowLevelILFunction::DivSigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3269 | { |
| 3270 | return AddExprWithLocation(LLIL_DIVS, loc, size, flags, a, b); |
| 3271 | } |
| 3272 | |
| 3273 | |
| 3274 | ExprId LowLevelILFunction::DivDoublePrecSigned( |
no outgoing calls
no test coverage detected