| 3604 | |
| 3605 | |
| 3606 | ExprId LowLevelILFunction::FloatAdd(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3607 | { |
| 3608 | return AddExprWithLocation(LLIL_FADD, loc, size, flags, a, b); |
| 3609 | } |
| 3610 | |
| 3611 | |
| 3612 | ExprId LowLevelILFunction::FloatSub(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected