Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:TV

1074       Value *TV = SI->getTrueValue();
1080 if (match(FV, m_Zero()) && match(TV, m_Sub(m_Value(N), m_Specific(A))))
1084 if (match(TV, m_Zero()) && match(FV, m_Sub(m_Value(N), m_Specific(A))))