Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp717 Value *SecondSplatValue = nullptr; in processLoopStores() local
721 SecondSplatValue = isBytewiseValue(SecondStoredVal, *DL); in processLoopStores()
725 assert((SecondSplatValue || SecondPatternValue) && in processLoopStores()
731 FirstSplatValue = SecondSplatValue; in processLoopStores()
732 if (FirstSplatValue != SecondSplatValue) in processLoopStores()