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