Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp332 Value *StoredByte = isBytewiseValue(NextStore->getOperand(0), DL); in INITIALIZE_PASS_DEPENDENCY() local
333 if (isa<UndefValue>(ByteVal) && StoredByte) in INITIALIZE_PASS_DEPENDENCY()
334 ByteVal = StoredByte; in INITIALIZE_PASS_DEPENDENCY()
335 if (ByteVal != StoredByte) in INITIALIZE_PASS_DEPENDENCY()