Searched refs:MaskLoBits (Results 1 – 1 of 1) sorted by relevance
8219 unsigned MaskLoBits = 0; in matchRotateSub() local8228 MaskLoBits = Bits; in matchRotateSub()8244 if (MaskLoBits) { in matchRotateSub()8246 if (PosBits >= MaskLoBits) { in matchRotateSub()8247 APInt DemandedBits = APInt::getLowBitsSet(PosBits, MaskLoBits); in matchRotateSub()8290 if (MaskLoBits) in matchRotateSub()8292 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()