Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1823 unsigned UOF = ISD::getUnorderedFlavor(Cond); in SimplifySetCC() local
1824 if (UOF == 2) // FP operators that are undefined on NaNs. in SimplifySetCC()
1826 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond))) in SimplifySetCC()
1830 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()