Lines Matching refs:FAddendCoef
49 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;
224 FAddendCoef::~FAddendCoef() { in ~FAddendCoef()
229 void FAddendCoef::set(const APFloat& C) { in set()
242 void FAddendCoef::convertToFpType(const fltSemantics &Sem) { in convertToFpType()
256 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt()
266 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =()
273 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=()
294 void FAddendCoef::operator*=(const FAddendCoef &That) { in operator *=()
324 void FAddendCoef::negate() { in negate()
331 Value *FAddendCoef::getValue(Type *Ty) const { in getValue()
483 const FAddendCoef &CE = Opnd0.getCoef(); in simplify()
705 const FAddendCoef &CE = Opnd->getCoef(); in calcInstrNumber()
724 const FAddendCoef &Coeff = Opnd.getCoef(); in createAddendVal()