Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp648 Constant *SecondPatternValue = nullptr; in processLoopStores() local
653 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL); in processLoopStores()
655 assert((SecondSplatValue || SecondPatternValue) && in processLoopStores()
666 FirstPatternValue = SecondPatternValue; in processLoopStores()
667 if (FirstPatternValue != SecondPatternValue) in processLoopStores()