Home
last modified time | relevance | path

Searched refs:ShouldSameV (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp737 Value *ShouldSameV = nullptr, *ShouldXoredV = nullptr; in matchLeftShift() local
739 ShouldSameV = TrueV; in matchLeftShift()
742 ShouldSameV = FalseV; in matchLeftShift()
752 if (ShouldSameV == Y) in matchLeftShift()
754 else if (ShouldSameV == Z) in matchLeftShift()
758 R = ShouldSameV; in matchLeftShift()
763 } else if (match(ShouldSameV, m_Zero())) { in matchLeftShift()