Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETO

168   case ISD::SETO:
1817 // have SETO(x,x) instead of SETO(x, 0.0) because this avoids having to
1819 if (Cond == ISD::SETO || Cond == ISD::SETUO)
1883 // Otherwise, we can't fold it. However, we can simplify it to SETUO/SETO
1885 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;