Lines Matching refs:RHSVal
4067 unsigned RHSVal; in performShlCombine() local
4069 RHSVal = CRHS->getZExtValue(); in performShlCombine()
4070 if (!RHSVal) in performShlCombine()
4081 if (VT == MVT::i32 && RHSVal == 16 && X.getValueType() == MVT::i16 && in performShlCombine()
4096 if (LZ < RHSVal) in performShlCombine()
4125 ShiftAmt = DAG.getConstant(RHSVal - TargetScalarType.getSizeInBits(), SL, in performShlCombine()
4192 unsigned RHSVal = CRHS->getZExtValue(); in performSraCombine() local
4193 ShiftAmt = DAG.getConstant(RHSVal - TargetScalarType.getSizeInBits(), SL, in performSraCombine()
4269 unsigned RHSVal; in performSrlCombine() local
4272 RHSVal = CRHS->getZExtValue(); in performSrlCombine()
4280 MaskIdx == RHSVal) { in performSrlCombine()
4312 ShiftAmt = DAG.getConstant(RHSVal - TargetScalarType.getSizeInBits(), SL, in performSrlCombine()