Home | History | Annotate | Download | only in ARM

Lines Matching refs:Invert

2341     // Invert the bits.
3435 bool Invert = false;
3450 case ISD::SETNE: Invert = true; // Fallthrough
3462 case ISD::SETULE: Invert = true; Opc = ARMISD::VCGT; break;
3464 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
3465 case ISD::SETUEQ: Invert = true; // Fallthrough
3474 case ISD::SETUO: Invert = true; // Fallthrough
3488 case ISD::SETNE: Invert = true;
3517 Invert = !Invert;
3558 if (Invert)