| 3207 | |
| 3208 | |
| 3209 | ExprId LowLevelILFunction::RotateLeft(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3210 | { |
| 3211 | return AddExprWithLocation(LLIL_ROL, loc, size, flags, a, b); |
| 3212 | } |
| 3213 | |
| 3214 | |
| 3215 | ExprId LowLevelILFunction::RotateLeftCarry( |
no outgoing calls
no test coverage detected