Home | History | Annotate | Download | only in SystemZ

Lines Matching full:truec

1762   auto *TrueC = dyn_cast<ConstantSDNode>(TrueOp);
1764 if (TrueC && FalseC) {
1765 int64_t TrueVal = TrueC->getSExtValue();