Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp684 Constant *FirstPatternValue = nullptr; in processLoopStores() local
689 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
691 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
734 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()
735 FirstPatternValue = SecondPatternValue; in processLoopStores()
736 if (FirstPatternValue != SecondPatternValue) in processLoopStores()