Lines Matching refs:Invert
357 Val = ~Val; // invert mask
621 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) {
622 Invert = false;
633 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
635 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
637 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
638 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO