Searched refs:FirstPatternValue (Results 1 – 1 of 1) sorted by relevance
683 Constant *FirstPatternValue = nullptr; in processLoopStores() local688 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL); in processLoopStores()690 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()733 if (isa<UndefValue>(FirstPatternValue)) in processLoopStores()734 FirstPatternValue = SecondPatternValue; in processLoopStores()735 if (FirstPatternValue != SecondPatternValue) in processLoopStores()