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

Method FloatCompareLessEqual

lowlevelilinstruction.cpp:3708–3711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3706
3707
3708ExprId LowLevelILFunction::FloatCompareLessEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)
3709{
3710 return AddExprWithLocation(LLIL_FCMP_LE, loc, size, 0, a, b);
3711}
3712
3713
3714ExprId LowLevelILFunction::FloatCompareGreaterEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected