Lines Matching refs:CRHS
1734 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); in combineFMinMaxLegacy() local
1745 if (LHS == NegTrue && CFalse && CRHS) { in combineFMinMaxLegacy()
1746 APFloat NegRHS = neg(CRHS->getValueAPF()); in combineFMinMaxLegacy()
4063 ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); in performShlCombine() local
4068 if (CRHS) { in performShlCombine()
4069 RHSVal = CRHS->getZExtValue(); in performShlCombine()
4099 SDValue Shl = DAG.getNode(ISD::SHL, SL, XVT, X, SDValue(CRHS, 0)); in performShlCombine()
4124 if (CRHS) { in performShlCombine()
4163 ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); in performSraCombine() local
4191 if (CRHS) { in performSraCombine()
4192 unsigned RHSVal = CRHS->getZExtValue(); in performSraCombine()
4264 ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); in performSrlCombine() local
4271 if (CRHS) { in performSrlCombine()
4272 RHSVal = CRHS->getZExtValue(); in performSrlCombine()
4311 if (CRHS) { in performSrlCombine()
4795 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); in foldFreeOpFromSelect() local
4796 if ((LHS.getOpcode() == ISD::FNEG || LHS.getOpcode() == ISD::FABS) && CRHS && in foldFreeOpFromSelect()
4816 if (LHS.getOpcode() == ISD::FABS && CRHS->isNegative()) in foldFreeOpFromSelect()
4826 getConstantNegateCost(CRHS) != NegatibleCost::Cheaper) in foldFreeOpFromSelect()