| 3622 | |
| 3623 | |
| 3624 | ExprId LowLevelILFunction::FloatDiv(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3625 | { |
| 3626 | return AddExprWithLocation(LLIL_FDIV, loc, size, flags, a, b); |
| 3627 | } |
| 3628 | |
| 3629 | |
| 3630 | ExprId LowLevelILFunction::FloatSqrt(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected