| 3478 | |
| 3479 | |
| 3480 | ExprId LowLevelILFunction::CompareSignedGreaterEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc) |
| 3481 | { |
| 3482 | return AddExprWithLocation(LLIL_CMP_SGE, loc, size, 0, a, b); |
| 3483 | } |
| 3484 | |
| 3485 | |
| 3486 | ExprId LowLevelILFunction::CompareUnsignedGreaterEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected