Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp643 Constant *SecondPatternValue = nullptr; in processLoopStores() local
648 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL); in processLoopStores()
650 assert((SecondSplatValue || SecondPatternValue) && in processLoopStores()
661 FirstPatternValue = SecondPatternValue; in processLoopStores()
662 if (FirstPatternValue != SecondPatternValue) in processLoopStores()