Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp434 Constant *PatternValue = nullptr; in isLegalStore() local
450 (PatternValue = getMemSetPatternValue(StoredVal, DL))) { in isLegalStore()
864 Constant *PatternValue = nullptr; in processLoopStridedStore() local
867 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore()
869 assert((SplatValue || PatternValue) && in processLoopStridedStore()
941 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true, in processLoopStridedStore()
943 PatternValue, ".memset_pattern"); in processLoopStridedStore()