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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
  691     if ((IgnoreSignificantBits || isAddRecSExtable(AR, SE)) && AR->isAffine()) {
  693                                       IgnoreSignificantBits);
  696                                        IgnoreSignificantBits);
  708     if (IgnoreSignificantBits || isAddSExtable(Add, SE)) {
  711         const SCEV *Op = getExactSDiv(S, RHS, SE, IgnoreSignificantBits);
  722     if (IgnoreSignificantBits || isMulSExtable(Mul, SE)) {
  728                                            IgnoreSignificantBits)) {