| 3188 | |
| 3189 | |
| 3190 | ExprId LowLevelILFunction::ShiftLeft(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3191 | { |
| 3192 | return AddExprWithLocation(LLIL_LSL, loc, size, flags, a, b); |
| 3193 | } |
| 3194 | |
| 3195 | |
| 3196 | ExprId LowLevelILFunction::LogicalShiftRight( |
no outgoing calls
no test coverage detected