\brief Test if a boolean expression incorporates a floating-point comparison, and remove the NaN data-flow if it does The given PcodeOp takes input from a NaN operation through a specific slot. We look for a floating-point comparison PcodeOp (FLOAT_LESS, FLOAT_LESSEQUAL, FLOAT_EQUAL, or FLOAT_NOTEQUAL) that is combined with the given PcodeOp and has the same input Varnode as the NaN. The data-fl
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected