Home | History | Annotate | Download | only in X86

Lines Matching refs:Invert

6381   // Invert the operand order and use SHUFPS to match it.
8402 bool Invert = (CC == ISD::SETNE) ^
8404 if (!Invert) return Op0;
8534 bool Swap = false, Invert = false, FlipSigns = false;
8546 case ISD::SETNE: Invert = true;
8551 case ISD::SETLE: Opc = GTOpc; Invert = true; break;
8555 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break;
8583 if (Invert)
12779 if (NeedsCondInvert) // Invert the condition if needed.
12793 if (NeedsCondInvert) // Invert the condition if needed.
12828 if (NeedsCondInvert) // Invert the condition if needed.
14145 // If the RHS of the sub is a XOR with one use and a constant, invert the