Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp610 Constant *FirstPatternValue = nullptr; in processLoopStores() local
615 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
617 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
660 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()
661 FirstPatternValue = SecondPatternValue; in processLoopStores()
662 if (FirstPatternValue != SecondPatternValue) in processLoopStores()