Home | History | Annotate | Download | only in InstCombine

Lines Matching full:rhsval

1054       const APInt &RHSVal = CI->getValue();
1058 if (XorRHS->getValue() == -RHSVal) {
1059 if (RHSVal.isPowerOf2())
1060 ExtendAmt = TySizeBits - RHSVal.logBase2() - 1;