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

References

lib/Analysis/ScalarEvolutionExpander.cpp
  791     while (E != OpsAndLoops.end() && *I == *E && Exponent != MaxExponent) {
  792       ++Exponent;
  795     assert(Exponent > 0 && "Trying to calculate a zeroth exponent of operand?");
  801     if (Exponent & 1)
  803     for (uint64_t BinExp = 2; BinExp <= Exponent; BinExp <<= 1) {
  806       if (Exponent & BinExp)