Lines Matching defs:Coefficient
336 /// Represents a (Coefficient * Variable) entry after IR decomposition.
338 int64_t Coefficient;
343 DecompEntry(int64_t Coefficient, Value *Variable,
345 : Coefficient(Coefficient), Variable(Variable),
380 Var.Coefficient = multiplyWithOverflow(Var.Coefficient, Factor);
472 // Decomposes \p V into a constant offset + list of pairs { Coefficient,
473 // Variable } where Coefficient * Variable. The sum of the constant offset and
702 R[GetOrAddIndex(KV.Variable)] += KV.Coefficient;
709 if (SubOverflow(R[GetOrAddIndex(KV.Variable)], KV.Coefficient,
726 // Remove any (Coefficient, Variable) entry where the Coefficient is 0 for new