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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 3677       if (auto *CSrc1 = dyn_cast<Constant>(Src1)) {
 3704       II->setArgOperand(0, Src1);
 3721         ((match(Src1, m_One()) && match(Src0, m_ZExt(m_Value(ExtSrc)))) ||
 3722          (match(Src1, m_AllOnes()) && match(Src0, m_SExt(m_Value(ExtSrc))))) &&
 3724       II->setArgOperand(1, ConstantInt::getNullValue(Src1->getType()));
 3743     if (match(Src1, m_Zero()) &&