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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1786           match(Op1Wide, m_LShr(m_Value(X), m_APInt(ShAmt))) &&
 1789         Instruction *NewShift = BinaryOperator::CreateAShr(X, ShAmtOp);
 1798           match(Op1Wide, m_AShr(m_Value(X), m_APInt(ShAmt))) &&
 1801         Instruction *NewShift = BinaryOperator::CreateLShr(X, ShAmtOp);