Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp436 static Constant *getMemSetPatternValue(Value *V, const DataLayout *DL) { in getMemSetPatternValue() function
538 getMemSetPatternValue(StoredVal, DL)) { in isLegalStore()
688 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
721 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL); in processLoopStores()
1038 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore()