| 3194 | |
| 3195 | |
| 3196 | ExprId LowLevelILFunction::LogicalShiftRight( |
| 3197 | size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3198 | { |
| 3199 | return AddExprWithLocation(LLIL_LSR, loc, size, flags, a, b); |
| 3200 | } |
| 3201 | |
| 3202 | |
| 3203 | ExprId LowLevelILFunction::ArithShiftRight(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected