Searched refs:ShrMask (Results 1 – 1 of 1) sorted by relevance
232 APInt ShrMask(APInt::getLowBitsSet(BitWidth, BitWidth - OpRHSVal)); in OptAndOp() local234 AndRHS->getValue() & ShrMask); in OptAndOp()236 if (CI->getValue() == ShrMask) in OptAndOp()253 APInt ShrMask(APInt::getLowBitsSet(BitWidth, BitWidth - OpRHSVal)); in OptAndOp() local255 AndRHS->getValue() & ShrMask); in OptAndOp()