Home | History | Annotate | Download | only in AArch64

Lines Matching refs:RHSC

1625   if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) {
1627 EVT VT = RHSC->getValueType(0);
1633 C = RHSC->getSExtValue();
1634 } else if (RHSC->getZExtValue() > INT64_MAX) {
1639 C = RHSC->getZExtValue();