Home
last modified time | relevance | path

Searched refs:FirstPatternValue (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp603 Constant *FirstPatternValue = nullptr; in processLoopStores() local
608 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
610 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
651 if (FirstPatternValue != SecondPatternValue) in processLoopStores()