Searched refs:FirstSplatValue (Results 1 – 1 of 1) sorted by relevance
609 Value *FirstSplatValue = nullptr; in processLoopStores() local613 FirstSplatValue = isBytewiseValue(FirstStoredVal, *DL); in processLoopStores()617 assert((FirstSplatValue || FirstPatternValue) && in processLoopStores()655 if (isa<UndefValue>(FirstSplatValue)) in processLoopStores()656 FirstSplatValue = SecondSplatValue; in processLoopStores()657 if (FirstSplatValue != SecondSplatValue) in processLoopStores()