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