Searched refs:StoredByte (Results 1 – 2 of 2) sorted by relevance
412 Value *StoredByte = isBytewiseValue(StoredVal, DL); in tryMergingIntoMemset() local413 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()414 ByteVal = StoredByte; in tryMergingIntoMemset()415 if (ByteVal != StoredByte) in tryMergingIntoMemset()
2304 Value *StoredByte = isBytewiseValue(SI->getValueOperand(), DL); in eliminateRedundantStoresOfExistingValues() local2305 return StoredByte && StoredByte == MemSetI->getOperand(1) && in eliminateRedundantStoresOfExistingValues()