Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETUO

157   case ISD::SETUO:
1737 if (Cond == ISD::SETO || Cond == ISD::SETUO)
1801 // Otherwise, we can't fold it. However, we can simplify it to SETUO/SETO
1803 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;