Searched refs:FirstPatternValue (Results 1 – 1 of 1) sorted by relevance
615 Constant *FirstPatternValue = nullptr; in processLoopStores() local620 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()622 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()665 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()666 FirstPatternValue = SecondPatternValue; in processLoopStores()667 if (FirstPatternValue != SecondPatternValue) in processLoopStores()