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

References

lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  200                         m_Constant(C1))) &&
  201         match(C1, m_APInt(IVal))) {
  203       Constant *Shl = ConstantExpr::getShl(C1, C2);
  214     if (match(&I, m_Mul(m_Value(NewOp), m_Constant(C1)))) {
  216       if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) {