| 3279 | |
| 3280 | |
| 3281 | ExprId LowLevelILFunction::ModUnsigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3282 | { |
| 3283 | return AddExprWithLocation(LLIL_MODU, loc, size, flags, a, b); |
| 3284 | } |
| 3285 | |
| 3286 | |
| 3287 | ExprId LowLevelILFunction::ModDoublePrecUnsigned( |
no outgoing calls
no test coverage detected