Searched refs:StoredByte (Results 1 – 2 of 2) sorted by relevance
458 Value *StoredByte = isBytewiseValue(StoredVal, DL); in tryMergingIntoMemset() local459 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()460 ByteVal = StoredByte; in tryMergingIntoMemset()461 if (ByteVal != StoredByte) in tryMergingIntoMemset()
2015 Value *StoredByte = isBytewiseValue(SI->getValueOperand(), DL); in eliminateRedundantStoresOfExistingValues() local2016 return StoredByte && StoredByte == MemSetI->getOperand(1) && in eliminateRedundantStoresOfExistingValues()