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

Method CompareNotEqual

lowlevelilinstruction.cpp:3450–3453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3448
3449
3450ExprId LowLevelILFunction::CompareNotEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)
3451{
3452 return AddExprWithLocation(LLIL_CMP_NE, loc, size, 0, a, b);
3453}
3454
3455
3456ExprId LowLevelILFunction::CompareSignedLessThan(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 9

RepeatFunction · 0.45
LiftConditionalBranchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected