Searched refs:ShrMask (Results 1 – 2 of 2) sorted by relevance
295 APInt ShrMask(APInt::getLowBitsSet(BitWidth, BitWidth - OpRHSVal)); in OptAndOp() local297 AndRHS->getValue() & ShrMask); in OptAndOp()299 if (CI->getValue() == ShrMask) in OptAndOp()316 APInt ShrMask(APInt::getLowBitsSet(BitWidth, BitWidth - OpRHSVal)); in OptAndOp() local318 AndRHS->getValue() & ShrMask); in OptAndOp()
250 APInt ShrMask(APInt::getLowBitsSet(BitWidth, BitWidth - OpRHSVal)); in OptAndOp() local251 ConstantInt *CI = Builder->getInt(AndRHS->getValue() & ShrMask); in OptAndOp()253 if (CI->getValue() == ShrMask) in OptAndOp()270 APInt ShrMask(APInt::getLowBitsSet(BitWidth, BitWidth - OpRHSVal)); in OptAndOp() local271 Constant *C = Builder->getInt(AndRHS->getValue() & ShrMask); in OptAndOp()