Searched refs:UOF (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3829 unsigned UOF = ISD::getUnorderedFlavor(Cond); local
3830 if (UOF == 2) // FP operators that are undefined on NaNs.
3832 if (UOF == unsigned(EqTrue))
3836 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;

Completed in 167 milliseconds