Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp48 class FAddendCoef { class
55 FAddendCoef() = default;
56 ~FAddendCoef();
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; } in getCoef()
167 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale()
171 FAddendCoef Coeff;
223 FAddendCoef::~FAddendCoef() { in ~FAddendCoef()
[all …]