Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp638 Value *FirstSplatValue = nullptr; in processLoopStores() local
642 FirstSplatValue = isBytewiseValue(FirstStoredVal, *DL); in processLoopStores()
646 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
684 if (isa<UndefValue>(FirstSplatValue)) in processLoopStores()
685 FirstSplatValue = SecondSplatValue; in processLoopStores()
686 if (FirstSplatValue != SecondSplatValue) in processLoopStores()