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

Method CompareSignedGreaterEqual

lowlevelilinstruction.cpp:3480–3483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3478
3479
3480ExprId LowLevelILFunction::CompareSignedGreaterEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)
3481{
3482 return AddExprWithLocation(LLIL_CMP_SGE, loc, size, 0, a, b);
3483}
3484
3485
3486ExprId LowLevelILFunction::CompareUnsignedGreaterEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected