Searched refs:FirstSplatValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp637 Value *FirstSplatValue = nullptr; local
641 FirstSplatValue = isBytewiseValue(FirstStoredVal, *DL);
645 assert((FirstSplatValue || FirstPatternValue) &&
683 if (isa<UndefValue>(FirstSplatValue))
684 FirstSplatValue = SecondSplatValue;
685 if (FirstSplatValue != SecondSplatValue)

Completed in 92 milliseconds