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.cpp639 Constant *FirstPatternValue = nullptr; in processLoopStores() local
644 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
646 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
689 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()
690 FirstPatternValue = SecondPatternValue; in processLoopStores()
691 if (FirstPatternValue != SecondPatternValue) in processLoopStores()