Searched refs:RHSBits (Results 1 – 2 of 2) sorted by relevance
931 SmallVector<ValueBit, 64> LHSBits(Bits.size()), RHSBits(Bits.size()); in getValueBits() local933 getValueBits(V.getOperand(1), RHSBits); in getValueBits()938 Bits[i] = RHSBits[i]; in getValueBits()939 else if (RHSBits[i].isZero()) in getValueBits()
3818 APInt RHSBits = APInt::getLowBitsSet(OpSizeInBits, LShVal); in MatchRotate() local3819 Mask &= cast<ConstantSDNode>(LHSMask)->getAPIntValue() | RHSBits; in MatchRotate()