Searched refs:RShVal (Results 1 – 2 of 2) sorted by relevance
2935 uint64_t RShVal = cast<ConstantSDNode>(RHSShiftAmt)->getZExtValue(); in MatchRotate() local2936 if ((LShVal + RShVal) != OpSizeInBits) in MatchRotate()2954 APInt LHSBits = APInt::getHighBitsSet(OpSizeInBits, RShVal); in MatchRotate()
4063 uint64_t RShVal = isConstOrConstSplat(RHSShiftAmt)->getZExtValue(); in MatchRotate() local4064 if ((LShVal + RShVal) != EltSizeInBits) in MatchRotate()4082 APInt LHSBits = APInt::getHighBitsSet(EltSizeInBits, RShVal); in MatchRotate()