Searched refs:LShiftAmount (Results 1 – 1 of 1) sorted by relevance
716 unsigned LShiftAmount = in tryToMergePartialOverlappingStores() local719 APInt Mask = APInt::getBitsSet(DeadValue.getBitWidth(), LShiftAmount, in tryToMergePartialOverlappingStores()720 LShiftAmount + KillingBits); in tryToMergePartialOverlappingStores()723 APInt Merged = (DeadValue & ~Mask) | (KillingValue << LShiftAmount); in tryToMergePartialOverlappingStores()