Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp640 Constant *SecondPatternValue = nullptr; in processLoopStores() local
645 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL); in processLoopStores()
647 assert((SecondSplatValue || SecondPatternValue) && in processLoopStores()
658 FirstPatternValue = SecondPatternValue; in processLoopStores()
659 if (FirstPatternValue != SecondPatternValue) in processLoopStores()