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