Lines Matching full:invert
2297 // Invert the bits.
3391 bool Invert = false;
3406 case ISD::SETNE: Invert = true; // Fallthrough
3418 case ISD::SETULE: Invert = true; Opc = ARMISD::VCGT; break;
3420 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
3421 case ISD::SETUEQ: Invert = true; // Fallthrough
3430 case ISD::SETUO: Invert = true; // Fallthrough
3444 case ISD::SETNE: Invert = true;
3473 Invert = !Invert;
3514 if (Invert)