Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp615 Constant *FirstPatternValue = nullptr; in processLoopStores() local
620 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
622 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
665 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()
666 FirstPatternValue = SecondPatternValue; in processLoopStores()
667 if (FirstPatternValue != SecondPatternValue) in processLoopStores()