Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp684 Value *FirstSplatValue = nullptr; in processLoopStores() local
688 FirstSplatValue = isBytewiseValue(FirstStoredVal, *DL); in processLoopStores()
692 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
730 if (isa<UndefValue>(FirstSplatValue)) in processLoopStores()
731 FirstSplatValue = SecondSplatValue; in processLoopStores()
732 if (FirstSplatValue != SecondSplatValue) in processLoopStores()