Searched defs:DecompEntry (Results 1 – 1 of 1) sorted by relevance
331 struct DecompEntry { struct332 int64_t Coefficient;333 Value *Variable;335 bool IsKnownNonNegative;337 DecompEntry(int64_t Coefficient, Value *Variable, in DecompEntry() function