Home | History | Annotate | Download | only in X86

Lines Matching refs:Invert

11403       // for the second. Therefore, invert the condition.
14515 bool Swap = false, Invert = false, FlipSigns = false, MinMax = false;
14520 case ISD::SETNE: Invert = true;
14526 Invert = true; break;
14532 FlipSigns = true; Invert = true; break;
14548 if (MinMax) { Swap = false; Invert = false; FlipSigns = false; }
14570 Subus = true; Invert = false; Swap = false;
14575 case ISD::SETUGE: Subus = true; Invert = false; Swap = true; break;
14576 case ISD::SETULE: Subus = true; Invert = false; Swap = false; break;
14627 if (Invert)
14650 if (Invert)
14670 if (Invert)
14719 bool Invert = (CC == ISD::SETNE) ^ isNullConstant(Op1);
14720 if (!Invert)
24157 if (NeedsCondInvert) // Invert the condition if needed.
24171 if (NeedsCondInvert) // Invert the condition if needed.
24206 if (NeedsCondInvert) // Invert the condition if needed.
24272 // left side invert the predicate to simplify logic below.
24333 // Try invert the condition if true value is not all 1s and false value
27590 // If the RHS of the sub is a XOR with one use and a constant, invert the