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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1796 unsigned UOF = ISD::getUnorderedFlavor(Cond); local
1797 if (UOF == 2) // FP operators that are undefined on NaNs.
1799 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond)))
1803 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;

Completed in 97 milliseconds