| 3628 | |
| 3629 | |
| 3630 | ExprId LowLevelILFunction::FloatSqrt(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
| 3631 | { |
| 3632 | return AddExprWithLocation(LLIL_FSQRT, loc, size, flags, a); |
| 3633 | } |
| 3634 | |
| 3635 | |
| 3636 | ExprId LowLevelILFunction::FloatNeg(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected