Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp416 Value *StoredByte = isBytewiseValue(NextStore->getOperand(0)); in INITIALIZE_PASS_DEPENDENCY() local
417 if (isa<UndefValue>(ByteVal) && StoredByte) in INITIALIZE_PASS_DEPENDENCY()
418 ByteVal = StoredByte; in INITIALIZE_PASS_DEPENDENCY()
419 if (ByteVal != StoredByte) in INITIALIZE_PASS_DEPENDENCY()