Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp419 Value *StoredByte = isBytewiseValue(StoredVal, DL); in tryMergingIntoMemset() local
420 if (isa<UndefValue>(ByteVal) && StoredByte) in tryMergingIntoMemset()
421 ByteVal = StoredByte; in tryMergingIntoMemset()
422 if (ByteVal != StoredByte) in tryMergingIntoMemset()
H A DDeadStoreElimination.cpp2117 Value *StoredByte = isBytewiseValue(SI->getValueOperand(), DL); in eliminateRedundantStoresOfExistingValues() local
2118 return StoredByte && StoredByte == MemSetI->getOperand(1) && in eliminateRedundantStoresOfExistingValues()