Lines Matching refs:RHSC
3842 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getAArch64Cmp() local
3844 uint64_t C = RHSC->getZExtValue(); in getAArch64Cmp()
3924 const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS); in getAArch64Cmp() local
3942 if ((RHSC->getZExtValue() >> 16 == 0) && isa<LoadSDNode>(LHS) && in getAArch64Cmp()
3958 if (!Cmp && (RHSC->isZero() || RHSC->isOne())) { in getAArch64Cmp()
3960 if ((CC == ISD::SETNE) ^ RHSC->isZero()) in getAArch64Cmp()
9857 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerBR_CC() local
9858 if (RHSC && RHSC->getZExtValue() == 0 && ProduceNonFlagSettingCondBr) { in LowerBR_CC()
9901 if (RHSC && RHSC->getSExtValue() == -1 && CC == ISD::SETGT && in LowerBR_CC()
10458 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerSELECT_CC() local
10462 if (CC == ISD::SETGT && RHSC && RHSC->isAllOnes() && CTVal && CFVal && in LowerSELECT_CC()
10477 RHSC && RHSC->isZero() && CFVal && CFVal->isZero() && in LowerSELECT_CC()
25698 int64_t RHSC = RHS->getSExtValue(); in getIndexedAddressParts() local
25700 RHSC = -(uint64_t)RHSC; in getIndexedAddressParts()
25701 if (!isInt<9>(RHSC)) in getIndexedAddressParts()
25705 Offset = DAG.getConstant(RHSC, SDLoc(N), RHS->getValueType(0)); in getIndexedAddressParts()