Home | History | Annotate | Download | only in SystemZ

Lines Matching full:trueval

1765     int64_t TrueVal = TrueC->getSExtValue();
1767 if ((TrueVal == -1 && FalseVal == 0) || (TrueVal == 0 && FalseVal == -1)) {
1769 if (TrueVal == 0)