Searched refs:FirstPatternValue (Results 1 – 1 of 1) sorted by relevance
639 Constant *FirstPatternValue = nullptr; in processLoopStores() local644 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()646 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()689 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()690 FirstPatternValue = SecondPatternValue; in processLoopStores()691 if (FirstPatternValue != SecondPatternValue) in processLoopStores()