Searched refs:RShVal (Results 1 – 1 of 1) sorted by relevance
4015 uint64_t RShVal = isConstOrConstSplat(RHSShiftAmt)->getZExtValue(); in MatchRotate() local4016 if ((LShVal + RShVal) != EltSizeInBits) in MatchRotate()4034 APInt LHSBits = APInt::getHighBitsSet(EltSizeInBits, RShVal); in MatchRotate()