Home
last modified time | relevance | path

Searched refs:StoredByte (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp458 Value *StoredByte = isBytewiseValue(StoredVal, DL); in tryMergingIntoMemset() local
459 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()
460 ByteVal = StoredByte; in tryMergingIntoMemset()
461 if (ByteVal != StoredByte) in tryMergingIntoMemset()
H A DDeadStoreElimination.cpp2015 Value *StoredByte = isBytewiseValue(SI->getValueOperand(), DL); in eliminateRedundantStoresOfExistingValues() local
2016 return StoredByte && StoredByte == MemSetI->getOperand(1) && in eliminateRedundantStoresOfExistingValues()