| 3246 | |
| 3247 | |
| 3248 | ExprId LowLevelILFunction::MultDoublePrecSigned( |
| 3249 | size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3250 | { |
| 3251 | return AddExprWithLocation(LLIL_MULS_DP, loc, size, flags, a, b); |
| 3252 | } |
| 3253 | |
| 3254 | |
| 3255 | ExprId LowLevelILFunction::DivUnsigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected