Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSVal

1064       const APInt &RHSVal = CI->getValue();
1068 if (XorRHS->getValue() == -RHSVal) {
1069 if (RHSVal.isPowerOf2())
1070 ExtendAmt = TySizeBits - RHSVal.logBase2() - 1;