| 3460 | |
| 3461 | |
| 3462 | ExprId LowLevelILFunction::CompareUnsignedLessThan(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc) |
| 3463 | { |
| 3464 | return AddExprWithLocation(LLIL_CMP_ULT, loc, size, 0, a, b); |
| 3465 | } |
| 3466 | |
| 3467 | |
| 3468 | ExprId LowLevelILFunction::CompareSignedLessEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected