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.cpp727 Value *ShouldSameV = nullptr, *ShouldXoredV = nullptr; in matchLeftShift() local
729 ShouldSameV = TrueV; in matchLeftShift()
732 ShouldSameV = FalseV; in matchLeftShift()
742 if (ShouldSameV == Y) in matchLeftShift()
744 else if (ShouldSameV == Z) in matchLeftShift()
748 R = ShouldSameV; in matchLeftShift()
753 } else if (match(ShouldSameV, m_Zero())) { in matchLeftShift()