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

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
   60     void operator=(const FAddendCoef &A);
   61     void operator+=(const FAddendCoef &A);
   62     void operator*=(const FAddendCoef &S);
  138     const FAddendCoef &getCoef() const { return Coeff; }
  167     void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }
  171     FAddendCoef Coeff;
  265 void FAddendCoef::operator=(const FAddendCoef &That) {
  272 void FAddendCoef::operator+=(const FAddendCoef &That) {
  293 void FAddendCoef::operator*=(const FAddendCoef &That) {
  482     const FAddendCoef &CE = Opnd0.getCoef();
  717     const FAddendCoef &CE = Opnd->getCoef();
  741   const FAddendCoef &Coeff = Opnd.getCoef();