| 3292 | |
| 3293 | |
| 3294 | ExprId LowLevelILFunction::ModSigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3295 | { |
| 3296 | return AddExprWithLocation(LLIL_MODS, loc, size, flags, a, b); |
| 3297 | } |
| 3298 | |
| 3299 | |
| 3300 | ExprId LowLevelILFunction::ModDoublePrecSigned( |
no outgoing calls
no test coverage detected