Searched refs:ZextHigh (Results 1 – 1 of 1) sorted by relevance
2855 Value *High, *ZextHigh, *Low; in matchFunnelShift() local2858 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()