| 3646 | |
| 3647 | |
| 3648 | ExprId LowLevelILFunction::FloatToInt(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
| 3649 | { |
| 3650 | return AddExprWithLocation(LLIL_FLOAT_TO_INT, loc, size, flags, a); |
| 3651 | } |
| 3652 | |
| 3653 | |
| 3654 | ExprId LowLevelILFunction::IntToFloat(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected