Home | History | Annotate | Download | only in ARM

Lines Matching refs:Invert

2912     // Invert the bits.
4609 bool Invert = false;
4631 case ISD::SETNE: Invert = true; // Fallthrough
4643 case ISD::SETULE: Invert = true; Opc = ARMISD::VCGT; break;
4645 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
4646 case ISD::SETUEQ: Invert = true; // Fallthrough
4655 case ISD::SETUO: Invert = true; // Fallthrough
4669 case ISD::SETNE: Invert = true;
4698 Invert = !Invert;
4741 if (Invert)
8257 // Invert is set when N is the null/all ones constant when CC is false.
8260 SDValue &CC, bool &Invert,
8270 Invert = false;
8275 Invert = true;
8292 Invert = !AllOnes;