Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETLE

154   case ISD::SETLE:
1471 case ISD::SETLE:
1646 if (Cond == ISD::SETLE || Cond == ISD::SETULE) {
1650 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT;
1667 if ((Cond == ISD::SETLE || Cond == ISD::SETULE) && C1 == MaxVal)
2073 case ISD::SETLE: // X <=s Y --> X == 1 | Y == 0 --> ~Y | X