Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:FV

1194       Value *FV = SI->getFalseValue();
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))))