| 3652 | |
| 3653 | |
| 3654 | ExprId LowLevelILFunction::IntToFloat(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
| 3655 | { |
| 3656 | return AddExprWithLocation(LLIL_INT_TO_FLOAT, loc, size, flags, a); |
| 3657 | } |
| 3658 | |
| 3659 | |
| 3660 | ExprId LowLevelILFunction::FloatConvert(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected