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

References

lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  199     if (match(&I, m_Mul(m_Shl(m_Value(NewOp), m_Constant(C2)),
  205       BinaryOperator *BO = BinaryOperator::CreateMul(NewOp, Shl);
  214     if (match(&I, m_Mul(m_Value(NewOp), m_Constant(C1)))) {
  216       if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) {
  217         BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst);