Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UOF

2398     unsigned UOF = ISD::getUnorderedFlavor(Cond);
2399 if (UOF == 2) // FP operators that are undefined on NaNs.
2401 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond)))
2402 return DAG.getConstant(UOF, VT);
2405 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;