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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp671 Constant *SecondPatternValue = nullptr; local
676 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL);
678 assert((SecondSplatValue || SecondPatternValue) &&
689 FirstPatternValue = SecondPatternValue;
690 if (FirstPatternValue != SecondPatternValue)

Completed in 113 milliseconds