Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp716 Constant *SecondPatternValue = nullptr; in processLoopStores() local
721 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL); in processLoopStores()
723 assert((SecondSplatValue || SecondPatternValue) && in processLoopStores()
734 FirstPatternValue = SecondPatternValue; in processLoopStores()
735 if (FirstPatternValue != SecondPatternValue) in processLoopStores()