Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETLE

132   case ISD::SETLE:
1255 case ISD::SETLE:
1415 if (Cond == ISD::SETLE || Cond == ISD::SETULE) {
1420 (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT);
1429 if ((Cond == ISD::SETLE || Cond == ISD::SETULE) && C1 == MaxVal)
1812 case ISD::SETLE: // X <=s Y --> X == 1 | Y == 0 --> ~Y | X