Searched refs:MaskLoBits (Results 1 – 1 of 1) sorted by relevance
7319 unsigned MaskLoBits = 0; in matchRotateSub() local7328 MaskLoBits = Bits; in matchRotateSub()7344 if (MaskLoBits) { in matchRotateSub()7346 if (PosBits >= MaskLoBits) { in matchRotateSub()7347 APInt DemandedBits = APInt::getLowBitsSet(PosBits, MaskLoBits); in matchRotateSub()7390 if (MaskLoBits) in matchRotateSub()7392 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()