Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Invert

2202 // or 0 if neither can be done directly.  Indicate in Invert whether the
2206 bool &Invert) {
2208 Invert = false;
2214 Invert = true;
2254 bool Invert = false;
2259 Invert = true;
2270 Invert = true;
2283 if (unsigned Opcode = getVectorComparisonOrInvert(CC, IsFP, Invert))
2287 if (unsigned Opcode = getVectorComparisonOrInvert(CC, IsFP, Invert))
2294 if (Invert) {
2389 // Invert the condition if we want -1 on false.
4913 // StoreOpcode is the store to use and Invert says whether the store should
4920 bool Invert) const {
4938 if (Invert)
4948 if (!Invert)
4981 // is one of the operands. Invert says whether the field should be
4988 bool Invert) const {
5056 if (Invert) {
5057 // Perform the operation normally and then invert every bit of the field.