Searched refs:StoredByte (Results 1 – 2 of 2) sorted by relevance
447 Value *StoredByte = isBytewiseValue(StoredVal, DL); in tryMergingIntoMemset() local448 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()449 ByteVal = StoredByte; in tryMergingIntoMemset()450 if (ByteVal != StoredByte) in tryMergingIntoMemset()
1932 Value *StoredByte = isBytewiseValue(SI->getValueOperand(), DL); in eliminateRedundantStoresOfExistingValues() local1933 return StoredByte && StoredByte == MemSetI->getOperand(1) && in eliminateRedundantStoresOfExistingValues()