Searched refs:UOF (Results 1 – 2 of 2) sorted by relevance
2398 unsigned UOF = ISD::getUnorderedFlavor(Cond); in SimplifySetCC() local2399 if (UOF == 2) // FP operators that are undefined on NaNs. in SimplifySetCC()2401 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond))) in SimplifySetCC()2402 return DAG.getConstant(UOF, VT); in SimplifySetCC()2405 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()
1993 unsigned UOF = ISD::getUnorderedFlavor(Cond); in SimplifySetCC() local1994 if (UOF == 2) // FP operators that are undefined on NaNs. in SimplifySetCC()1996 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond))) in SimplifySetCC()2000 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()