| 3285 | |
| 3286 | |
| 3287 | ExprId LowLevelILFunction::ModDoublePrecUnsigned( |
| 3288 | size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3289 | { |
| 3290 | return AddExprWithLocation(LLIL_MODU_DP, loc, size, flags, a, b); |
| 3291 | } |
| 3292 | |
| 3293 | |
| 3294 | ExprId LowLevelILFunction::ModSigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected