Home | History | Annotate | Download | only in X86

Lines Matching full:invert

5627   // Invert the operand order and use SHUFPS to match it.
7546 Invert = (CC == ISD::SETNE) ^
7548 if (!Invert) return Op0;
7631 bool Swap = false, Invert = false, FlipSigns = false;
7643 case ISD::SETNE: Invert = true;
7648 case ISD::SETLE: Opc = GTOpc; Invert = true; break;
7652 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break;
7673 if (Invert)
11386 if (NeedsCondInvert) // Invert the condition if needed.
11400 if (NeedsCondInvert) // Invert the condition if needed.
11435 if (NeedsCondInvert) // Invert the condition if needed.