Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UOF

1993     unsigned UOF = ISD::getUnorderedFlavor(Cond);
1994 if (UOF == 2) // FP operators that are undefined on NaNs.
1996 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond)))
2000 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;