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