Searched refs:FirstPatternValue (Results 1 – 1 of 1) sorted by relevance
607 Constant *FirstPatternValue = nullptr; in processLoopStores() local612 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()614 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()657 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()658 FirstPatternValue = SecondPatternValue; in processLoopStores()659 if (FirstPatternValue != SecondPatternValue) in processLoopStores()