| 3201 | |
| 3202 | |
| 3203 | ExprId LowLevelILFunction::ArithShiftRight(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3204 | { |
| 3205 | return AddExprWithLocation(LLIL_ASR, loc, size, flags, a, b); |
| 3206 | } |
| 3207 | |
| 3208 | |
| 3209 | ExprId LowLevelILFunction::RotateLeft(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected