Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp670 Constant *FirstPatternValue = nullptr; in processLoopStores() local
675 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
677 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
720 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()
721 FirstPatternValue = SecondPatternValue; in processLoopStores()
722 if (FirstPatternValue != SecondPatternValue) in processLoopStores()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp629 Constant *FirstPatternValue = nullptr; in processLoopStores() local
634 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
636 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()
679 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()
680 FirstPatternValue = SecondPatternValue; in processLoopStores()
681 if (FirstPatternValue != SecondPatternValue) in processLoopStores()
/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()