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

Method FloatCompareEqual

lowlevelilinstruction.cpp:3690–3693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3688
3689
3690ExprId LowLevelILFunction::FloatCompareEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)
3691{
3692 return AddExprWithLocation(LLIL_FCMP_E, loc, size, 0, a, b);
3693}
3694
3695
3696ExprId LowLevelILFunction::FloatCompareNotEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected