Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp414 Value *StoredByte = isBytewiseValue(StoredVal, DL); in tryMergingIntoMemset() local
415 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()
416 ByteVal = StoredByte; in tryMergingIntoMemset()
417 if (ByteVal != StoredByte) in tryMergingIntoMemset()
H A DDeadStoreElimination.cpp2061 Value *StoredByte = isBytewiseValue(SI->getValueOperand(), DL); in eliminateRedundantStoresOfExistingValues() local
2062 return StoredByte && StoredByte == MemSetI->getOperand(1) && in eliminateRedundantStoresOfExistingValues()