| 3272 | |
| 3273 | |
| 3274 | ExprId LowLevelILFunction::DivDoublePrecSigned( |
| 3275 | size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3276 | { |
| 3277 | return AddExprWithLocation(LLIL_DIVS_DP, loc, size, flags, a, b); |
| 3278 | } |
| 3279 | |
| 3280 | |
| 3281 | ExprId LowLevelILFunction::ModUnsigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected