ΒΆinline unsigned int getUnorderedFlavor(
llvm::ISD::CondCode Cond)
inline unsigned int getUnorderedFlavor(
llvm::ISD::CondCode Cond)
Description
This function returns 0 if the condition is always false if an operand is a NaN, 1 if the condition is always true if the operand is a NaN, and 2 if the condition is undefined if the operand is a NaN.
Declared at: llvm/include/llvm/CodeGen/ISDOpcodes.h:1100
Parameters
- llvm::ISD::CondCode Cond