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

References

lib/Support/APInt.cpp
  739     if (Pow2_A > Pow2_B) {
  740       A.lshrInPlace(Pow2_A - Pow2_B);
  742     } else if (Pow2_B > Pow2_A) {
  743       B.lshrInPlace(Pow2_B - Pow2_A);
  744       Pow2 = Pow2_A;
  746       Pow2 = Pow2_A;