Searched refs:MaskLoBits (Results 1 – 1 of 1) sorted by relevance
8683 unsigned MaskLoBits = 0; in matchRotateSub() local8692 MaskLoBits = Bits; in matchRotateSub()8708 if (MaskLoBits) { in matchRotateSub()8710 if (PosBits >= MaskLoBits) { in matchRotateSub()8711 APInt DemandedBits = APInt::getLowBitsSet(PosBits, MaskLoBits); in matchRotateSub()8754 if (MaskLoBits) in matchRotateSub()8756 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()