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

Method CompareSignedLessEqual

lowlevelilinstruction.cpp:3468–3471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3466
3467
3468ExprId LowLevelILFunction::CompareSignedLessEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)
3469{
3470 return AddExprWithLocation(LLIL_CMP_SLE, loc, size, 0, a, b);
3471}
3472
3473
3474ExprId LowLevelILFunction::CompareUnsignedLessEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected