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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1626 unsigned UOF = ISD::getUnorderedFlavor(Cond); local
1627 if (UOF == 2) // FP operators that are undefined on NaNs.
1629 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond)))
1633 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;

Completed in 103 milliseconds