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

References

lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  697   if (match(Op1, m_APInt(C2))) {
  705       if (!multiplyOverflows(*C1, *C2, Product, IsSigned))
  715       if (isMultiple(*C2, *C1, Quotient, IsSigned)) {
  723       if (isMultiple(*C1, *C2, Quotient, IsSigned)) {
  741       if (isMultiple(*C2, C1Shifted, Quotient, IsSigned)) {
  749       if (isMultiple(C1Shifted, *C2, Quotient, IsSigned)) {
  759     if (!C2->isNullValue()) // avoid X udiv 0