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