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

Method CompareUnsignedLessThan

lowlevelilinstruction.cpp:3462–3465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3460
3461
3462ExprId 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
3468ExprId LowLevelILFunction::CompareSignedLessEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 5

Calls

no outgoing calls

Tested by

no test coverage detected