Searched refs:LShVal (Results 1 – 1 of 1) sorted by relevance
4014 uint64_t LShVal = isConstOrConstSplat(LHSShiftAmt)->getZExtValue(); in MatchRotate() local4016 if ((LShVal + RShVal) != EltSizeInBits) in MatchRotate()4028 APInt RHSBits = APInt::getLowBitsSet(EltSizeInBits, LShVal); in MatchRotate()