| 3182 | |
| 3183 | |
| 3184 | ExprId LowLevelILFunction::Xor(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3185 | { |
| 3186 | return AddExprWithLocation(LLIL_XOR, loc, size, flags, a, b); |
| 3187 | } |
| 3188 | |
| 3189 | |
| 3190 | ExprId LowLevelILFunction::ShiftLeft(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected