| 3634 | |
| 3635 | |
| 3636 | ExprId LowLevelILFunction::FloatNeg(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
| 3637 | { |
| 3638 | return AddExprWithLocation(LLIL_FNEG, loc, size, flags, a); |
| 3639 | } |
| 3640 | |
| 3641 | |
| 3642 | ExprId LowLevelILFunction::FloatAbs(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected