Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:SignedValue

1155     int64_t SignedValue = ConstOp1->getSExtValue();
1156 if (uint64_t(SignedValue) + (uint64_t(1) << (NumBits - 1)) > Mask)