Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp534 Constant *FirstPatternValue = nullptr; in processLoopStores() local
539 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
541 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
582 if (FirstPatternValue != SecondPatternValue) in processLoopStores()