| 3090 | |
| 3091 | |
| 3092 | ExprId LowLevelILFunction::FloatConstRaw(size_t size, uint64_t val, const ILSourceLocation& loc) |
| 3093 | { |
| 3094 | return AddExprWithLocation(LLIL_FLOAT_CONST, loc, size, 0, val); |
| 3095 | } |
| 3096 | |
| 3097 | |
| 3098 | ExprId LowLevelILFunction::FloatConstSingle(float val, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected