Lines Matching refs:RHSVal
1084 const APInt &RHSVal = CI->getValue();1088 if (XorRHS->getValue() == -RHSVal) {1089 if (RHSVal.isPowerOf2())1090 ExtendAmt = TySizeBits - RHSVal.logBase2() - 1;