Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp682 Value *FirstSplatValue = nullptr; in processLoopStores() local
686 FirstSplatValue = isBytewiseValue(FirstStoredVal, *DL); in processLoopStores()
690 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
728 if (isa<UndefValue>(FirstSplatValue)) in processLoopStores()
729 FirstSplatValue = SecondSplatValue; in processLoopStores()
730 if (FirstSplatValue != SecondSplatValue) in processLoopStores()