Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp639 Value *SecondSplatValue = nullptr; in processLoopStores() local
643 SecondSplatValue = isBytewiseValue(SecondStoredVal); in processLoopStores()
647 assert((SecondSplatValue || SecondPatternValue) && in processLoopStores()
653 FirstSplatValue = SecondSplatValue; in processLoopStores()
654 if (FirstSplatValue != SecondSplatValue) in processLoopStores()