MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / CompareSignedLessThan

Method CompareSignedLessThan

lowlevelilinstruction.cpp:3456–3459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3454
3455
3456ExprId 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
3462ExprId LowLevelILFunction::CompareUnsignedLessThan(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 6

SaturateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected