Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETO

2370     // have SETO(x,x) instead of SETO(x, 0.0) because this avoids having to
2372 if (Cond == ISD::SETO || Cond == ISD::SETUO)
2429 // Otherwise, we can't fold it. However, we can simplify it to SETUO/SETO
2431 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;