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

Method FloatCompareUnordered

lowlevelilinstruction.cpp:3732–3735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3730
3731
3732ExprId LowLevelILFunction::FloatCompareUnordered(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)
3733{
3734 return AddExprWithLocation(LLIL_FCMP_UO, loc, size, 0, a, b);
3735}
3736
3737
3738fmt::format_context::iterator fmt::formatter<LowLevelILInstruction>::format(const LowLevelILInstruction& obj, format_context& ctx) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected