Searched refs:UOF (Results 1 – 1 of 1) sorted by relevance
5256 unsigned UOF = ISD::getUnorderedFlavor(Cond); in SimplifySetCC() local5257 if (UOF == 2) // FP operators that are undefined on NaNs. in SimplifySetCC()5259 if (UOF == unsigned(EqTrue)) in SimplifySetCC()5263 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()