Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp606 Value *FirstSplatValue = nullptr; in processLoopStores() local
610 FirstSplatValue = isBytewiseValue(FirstStoredVal); in processLoopStores()
614 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
652 if (isa<UndefValue>(FirstSplatValue)) in processLoopStores()
653 FirstSplatValue = SecondSplatValue; in processLoopStores()
654 if (FirstSplatValue != SecondSplatValue) in processLoopStores()