| 3170 | |
| 3171 | |
| 3172 | ExprId LowLevelILFunction::And(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3173 | { |
| 3174 | return AddExprWithLocation(LLIL_AND, loc, size, flags, a, b); |
| 3175 | } |
| 3176 | |
| 3177 | |
| 3178 | ExprId LowLevelILFunction::Or(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected