Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp715 Value *SecondSplatValue = nullptr; in processLoopStores() local
719 SecondSplatValue = isBytewiseValue(SecondStoredVal, *DL); in processLoopStores()
723 assert((SecondSplatValue || SecondPatternValue) && in processLoopStores()
729 FirstSplatValue = SecondSplatValue; in processLoopStores()
730 if (FirstSplatValue != SecondSplatValue) in processLoopStores()