Lines Matching defs:Invert
4410 // Invert the bits.
6829 bool Invert = false;
6889 Invert = true; [[fallthrough]];
6902 case ISD::SETULE: Invert = true; Opc = ARMCC::GT; break;
6904 case ISD::SETULT: Invert = true; Opc = ARMCC::GE; break;
6905 case ISD::SETUEQ: Invert = true; [[fallthrough]];
6913 if (Invert)
6917 case ISD::SETUO: Invert = true; [[fallthrough]];
6925 if (Invert)
6938 Invert = true; [[fallthrough]];
6967 if (!Invert)
7001 if (Invert)
12564 // Invert is set when N is the null/all ones constant when CC is false.
12567 SDValue &CC, bool &Invert,
12577 Invert = false;
12582 Invert = true;
12599 Invert = !AllOnes;