Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Invert

2123 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) {
2124 Invert = false;
2135 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
2137 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
2139 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
2140 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
2870 // the mask elements (reverse and invert them).