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

Declarations

lib/Transforms/InstCombine/InstCombineAddSub.cpp
   62     void operator*=(const FAddendCoef &S);

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
  167     void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }