Lines Matching refs:RHSC
1870 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getAArch64Cmp() local
1872 uint64_t C = RHSC->getZExtValue(); in getAArch64Cmp()
1948 const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS); in getAArch64Cmp() local
1966 if ((RHSC->getZExtValue() >> 16 == 0) && isa<LoadSDNode>(LHS) && in getAArch64Cmp()
1982 if (!Cmp && (RHSC->isNullValue() || RHSC->isOne())) { in getAArch64Cmp()
1984 if ((CC == ISD::SETNE) ^ RHSC->isNullValue()) in getAArch64Cmp()
4434 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerBR_CC() local
4435 if (RHSC && RHSC->getZExtValue() == 0 && ProduceNonFlagSettingCondBr) { in LowerBR_CC()
4477 if (RHSC && RHSC->getSExtValue() == -1 && CC == ISD::SETGT && in LowerBR_CC()
11330 int64_t RHSC = RHS->getSExtValue(); in getIndexedAddressParts() local
11332 RHSC = -(uint64_t)RHSC; in getIndexedAddressParts()
11333 if (!isInt<9>(RHSC)) in getIndexedAddressParts()