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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp33 class FAddendCoef { class in namespace:__anon10981
41 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {} function in class:__anon10981::FAddendCoef
42 ~FAddendCoef();
57 // operators inevitably call FAddendCoef's constructor which is not cheap.
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; }
147 void Scale(const FAddendCoef
[all...]

Completed in 178 milliseconds