| 3454 | |
| 3455 | |
| 3456 | ExprId LowLevelILFunction::CompareSignedLessThan(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc) |
| 3457 | { |
| 3458 | return AddExprWithLocation(LLIL_CMP_SLT, loc, size, 0, a, b); |
| 3459 | } |
| 3460 | |
| 3461 | |
| 3462 | ExprId LowLevelILFunction::CompareUnsignedLessThan(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected