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

Method CompareUnsignedLessEqual

lowlevelilinstruction.cpp:3474–3477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3472
3473
3474ExprId LowLevelILFunction::CompareUnsignedLessEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)
3475{
3476 return AddExprWithLocation(LLIL_CMP_ULE, loc, size, 0, a, b);
3477}
3478
3479
3480ExprId LowLevelILFunction::CompareSignedGreaterEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected