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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 2025     if (!match(MinMax2, m_SMax(m_BinOp(AddSub), m_APInt(MinValue))))
 2029     if (!match(MinMax2, m_SMin(m_BinOp(AddSub), m_APInt(MaxValue))))
 2047   if (MinMax2->hasNUsesOrMore(3) || AddSub->hasNUsesOrMore(3))
 2054   if(!match(AddSub, m_BinOp(m_SExt(m_Value(A)), m_SExt(m_Value(B)))))
 2064   if (AddSub->getOpcode() == Instruction::Add)
 2066   else if (AddSub->getOpcode() == Instruction::Sub)