Lines Matching refs:RHSC
1437 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getAArch64Cmp() local
1439 uint64_t C = RHSC->getZExtValue(); in getAArch64Cmp()
1494 const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS); in getAArch64Cmp() local
1512 if ((RHSC->getZExtValue() >> 16 == 0) && isa<LoadSDNode>(LHS) && in getAArch64Cmp()
1528 if (!Cmp && (RHSC->isNullValue() || RHSC->isOne())) { in getAArch64Cmp()
1530 if ((CC == ISD::SETNE) ^ RHSC->isNullValue()) in getAArch64Cmp()
3630 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerBR_CC() local
3631 if (RHSC && RHSC->getZExtValue() == 0) { in LowerBR_CC()
3673 if (RHSC && RHSC->getSExtValue() == -1 && CC == ISD::SETGT && in LowerBR_CC()
9750 int64_t RHSC = (int64_t)RHS->getZExtValue(); in getIndexedAddressParts() local
9751 if (RHSC >= 256 || RHSC <= -256) in getIndexedAddressParts()