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

Method CompareEqual

lowlevelilinstruction.cpp:3444–3447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3442
3443
3444ExprId LowLevelILFunction::CompareEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)
3445{
3446 return AddExprWithLocation(LLIL_CMP_E, loc, size, 0, a, b);
3447}
3448
3449
3450ExprId LowLevelILFunction::CompareNotEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 10

StoreExclusiveFunction · 0.45
StorePairExclusiveFunction · 0.45
LiftConditionalBranchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected