Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2855 Value *High, *ZextHigh, *Low; in matchFunnelShift() local
2858 m_OneUse(m_Shl(m_Value(ZextHigh), m_APInt(ZextHighShlAmt))))) in matchFunnelShift()
2862 !match(ZextHigh, m_ZExt(m_Value(High)))) in matchFunnelShift()
2872 for (User *U : ZextHigh->users()) { in matchFunnelShift()
2882 !match(Y, m_Specific(ZextHigh)) || !DT.dominates(U, &Or)) in matchFunnelShift()