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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2463 unsigned UOF = ISD::getUnorderedFlavor(Cond); local
2464 if (UOF == 2) // FP operators that are undefined on NaNs.
2466 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond)))
2470 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;

Completed in 110 milliseconds