Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:FV

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