Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:TV

1193       Value *TV = SI->getTrueValue();
1199 if (match(FV, m_Zero()) && match(TV, m_Sub(m_Value(N), m_Specific(A))))
1203 if (match(TV, m_Zero()) && match(FV, m_Sub(m_Value(N), m_Specific(A))))