| 3298 | |
| 3299 | |
| 3300 | ExprId LowLevelILFunction::ModDoublePrecSigned( |
| 3301 | size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3302 | { |
| 3303 | return AddExprWithLocation(LLIL_MODS_DP, loc, size, flags, a, b); |
| 3304 | } |
| 3305 | |
| 3306 | |
| 3307 | ExprId LowLevelILFunction::Neg(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected