| 3311 | |
| 3312 | |
| 3313 | ExprId LowLevelILFunction::Not(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
| 3314 | { |
| 3315 | return AddExprWithLocation(LLIL_NOT, loc, size, flags, a); |
| 3316 | } |
| 3317 | |
| 3318 | |
| 3319 | ExprId LowLevelILFunction::SignExtend(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected