Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp300 static Constant *getMemSetPatternValue(Value *V, const DataLayout *DL) { in getMemSetPatternValue() function
386 (PatternValue = getMemSetPatternValue(StoredVal, DL))) { in isLegalStore()
539 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()
572 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL); in processLoopStores()
753 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp404 static Constant *getMemSetPatternValue(Value *V, const TargetData &TD) { in getMemSetPatternValue() function
461 (PatternValue = getMemSetPatternValue(StoredVal, *TD))) { in processLoopStridedStore()