| 3616 | |
| 3617 | |
| 3618 | ExprId LowLevelILFunction::FloatMult(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3619 | { |
| 3620 | return AddExprWithLocation(LLIL_FMUL, loc, size, flags, a, b); |
| 3621 | } |
| 3622 | |
| 3623 | |
| 3624 | ExprId LowLevelILFunction::FloatDiv(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected