Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Invert

318     Val = ~Val; // invert mask
577 /// two simpler comparisons. In this case, Invert is guaranteed to be false.
578 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert, int &Other) {
579 Invert = false;
591 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
593 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
595 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
596 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO