Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp737 Value *ShouldSameV = nullptr, *ShouldXoredV = nullptr; in matchLeftShift() local
740 ShouldXoredV = FalseV; in matchLeftShift()
743 ShouldXoredV = TrueV; in matchLeftShift()
748 if (match(ShouldXoredV, m_Xor(m_Value(Y), m_Value(Z)))) { in matchLeftShift()
768 T = ShouldXoredV; in matchLeftShift()