| 3176 | |
| 3177 | |
| 3178 | ExprId LowLevelILFunction::Or(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3179 | { |
| 3180 | return AddExprWithLocation(LLIL_OR, loc, size, flags, a, b); |
| 3181 | } |
| 3182 | |
| 3183 | |
| 3184 | ExprId LowLevelILFunction::Xor(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected