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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 4534   assert(I.getOperand(0) == MulVal || I.getOperand(1) == MulVal);
 4534   assert(I.getOperand(0) == MulVal || I.getOperand(1) == MulVal);
 4535   assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal);
 4535   assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal);
 4566       if (U == &I)
 4594   switch (I.getPredicate()) {
 4685       I.getModule(), Intrinsic::umul_with_overflow, MulType);
 4696       if (U == &I || U == OtherVal)
 4725   switch (I.getPredicate()) {
 4733     if (I.getOperand(0) == MulVal)
 4739     if (I.getOperand(1) == MulVal)