| 3640 | |
| 3641 | |
| 3642 | ExprId LowLevelILFunction::FloatAbs(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
| 3643 | { |
| 3644 | return AddExprWithLocation(LLIL_FABS, loc, size, flags, a); |
| 3645 | } |
| 3646 | |
| 3647 | |
| 3648 | ExprId LowLevelILFunction::FloatToInt(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected