Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp683 Value *FirstSplatValue = nullptr; in processLoopStores() local
687 FirstSplatValue = isBytewiseValue(FirstStoredVal, *DL); in processLoopStores()
691 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
729 if (isa<UndefValue>(FirstSplatValue)) in processLoopStores()
730 FirstSplatValue = SecondSplatValue; in processLoopStores()
731 if (FirstSplatValue != SecondSplatValue) in processLoopStores()