Searched refs:FirstPatternValue (Results 1 – 1 of 1) sorted by relevance
610 Constant *FirstPatternValue = nullptr; in processLoopStores() local615 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()617 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()660 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()661 FirstPatternValue = SecondPatternValue; in processLoopStores()662 if (FirstPatternValue != SecondPatternValue) in processLoopStores()