reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  740       match(FVal, m_AllOnes()) && match(Cmp1, m_APInt(CmpC)) && *CmpC == ~*C) {
  751   if (match(FVal, m_AllOnes())) {
  752     std::swap(TVal, FVal);
  769       match(FVal, m_c_Add(m_Specific(X), m_Value(Y))) && Y == Cmp1) {
  777   if (match(FVal, m_c_Add(m_Not(m_Specific(X)), m_Specific(Y)))) {
  780     BinaryOperator *BO = cast<BinaryOperator>(FVal);
  786       match(FVal, m_c_Add(m_Specific(Cmp1), m_Specific(Y)))) {