Searched refs:PosBits (Results 1 – 1 of 1) sorted by relevance
8245 unsigned PosBits = Pos.getScalarValueSizeInBits(); in matchRotateSub() local8246 if (PosBits >= MaskLoBits) { in matchRotateSub()8247 APInt DemandedBits = APInt::getLowBitsSet(PosBits, MaskLoBits); in matchRotateSub()