Searched refs:FAddendCoef (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp48 class FAddendCoef { class in namespace:__anon4559
55 FAddendCoef() = default;
56 ~FAddendCoef();
59 // operators inevitably call FAddendCoef's constructor which is not cheap.
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 Coef
[all...]

Completed in 37 milliseconds