Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp33 class FAddendCoef { class
41 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {} in FAddendCoef() function in __anon34d4ec880111::FAddendCoef
42 ~FAddendCoef();
58 void operator=(const FAddendCoef &A);
59 void operator+=(const FAddendCoef &A);
60 void operator-=(const FAddendCoef &A);
61 void operator*=(const FAddendCoef &S);
120 const FAddendCoef &getCoef(void) const { return Coeff; } in getCoef()
147 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale()
151 FAddendCoef Coeff;
[all …]