Home | History | Annotate | Download | only in X86

Lines Matching full:setlt

3403       if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
3407 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
3419 case ISD::SETLT: return X86::COND_L;
3466 case ISD::SETLT: return X86::COND_B;
8632 ISD::SETLT);
9615 case ISD::SETLT:
9723 case ISD::SETLT: Swap = true;
10788 CC = ISD::SETLT;
10818 CC = ISD::SETLT;
15888 case ISD::SETLT:
15906 case ISD::SETLT:
15971 case ISD::SETLT:
16063 case ISD::SETLT:
16188 case ISD::SETLT:
16190 ISD::CondCode NewCC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGE;
16243 if (CC == ISD::SETLT && Other->getOpcode() == ISD::XOR &&