Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp34 class FAddendCoef { class
42 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {} in FAddendCoef() function in __anon34d4ec880111::FAddendCoef
43 ~FAddendCoef();
59 void operator=(const FAddendCoef &A);
60 void operator+=(const FAddendCoef &A);
61 void operator*=(const FAddendCoef &S);
120 const FAddendCoef &getCoef() const { return Coeff; } in getCoef()
154 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale()
158 FAddendCoef Coeff;
211 FAddendCoef::~FAddendCoef() { in ~FAddendCoef()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp49 class FAddendCoef { class
56 FAddendCoef() = default;
57 ~FAddendCoef();
61 void operator=(const FAddendCoef &A);
62 void operator+=(const FAddendCoef &A);
63 void operator*=(const FAddendCoef &S);
139 const FAddendCoef &getCoef() const { return Coeff; } in getCoef()
168 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale()
172 FAddendCoef Coeff;
227 FAddendCoef::~FAddendCoef() { in ~FAddendCoef()
[all …]