| 3610 | |
| 3611 | |
| 3612 | ExprId LowLevelILFunction::FloatSub(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3613 | { |
| 3614 | return AddExprWithLocation(LLIL_FSUB, loc, size, flags, a, b); |
| 3615 | } |
| 3616 | |
| 3617 | |
| 3618 | ExprId LowLevelILFunction::FloatMult(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected