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

References

lib/Transforms/Scalar/Reassociate.cpp
  352   if (Bitwidth > 3) {
  354     APInt CM = APInt::getOneBitSet(Bitwidth, CarmichaelShift(Bitwidth));
  354     APInt CM = APInt::getOneBitSet(Bitwidth, CarmichaelShift(Bitwidth));
  356     APInt Threshold = CM + Bitwidth;
  365     unsigned CM = 1U << CarmichaelShift(Bitwidth);
  366     unsigned Threshold = CM + Bitwidth;