Lines Matching defs:Coefficient
344 /// Represents a (Coefficient * Variable) entry after IR decomposition.
346 int64_t Coefficient;
351 DecompEntry(int64_t Coefficient, Value *Variable,
353 : Coefficient(Coefficient), Variable(Variable),
388 Var.Coefficient = multiplyWithOverflow(Var.Coefficient, Factor);
484 // Decomposes \p V into a constant offset + list of pairs { Coefficient,
485 // Variable } where Coefficient * Variable. The sum of the constant offset and
735 R[GetOrAddIndex(KV.Variable)] += KV.Coefficient;
743 if (SubOverflow(Coeff, KV.Coefficient, Coeff))
759 // Remove any (Coefficient, Variable) entry where the Coefficient is 0 for new