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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1777       match(Op1, m_TruncOrSelf(m_Value(Op1Wide)));
 1778       bool HadTrunc = Op1Wide != Op1;
 1780       unsigned BitWidth = Op1Wide->getType()->getScalarSizeInBits();
 1786           match(Op1Wide, m_LShr(m_Value(X), m_APInt(ShAmt))) &&
 1788         Value *ShAmtOp = cast<Instruction>(Op1Wide)->getOperand(1);
 1790         NewShift->copyIRFlags(Op1Wide);
 1798           match(Op1Wide, m_AShr(m_Value(X), m_APInt(ShAmt))) &&
 1800         Value *ShAmtOp = cast<Instruction>(Op1Wide)->getOperand(1);
 1802         NewShift->copyIRFlags(Op1Wide);