| 3472 | |
| 3473 | |
| 3474 | ExprId LowLevelILFunction::CompareUnsignedLessEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc) |
| 3475 | { |
| 3476 | return AddExprWithLocation(LLIL_CMP_ULE, loc, size, 0, a, b); |
| 3477 | } |
| 3478 | |
| 3479 | |
| 3480 | ExprId LowLevelILFunction::CompareSignedGreaterEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected