Searched defs:DecompEntry (Results 1 – 1 of 1) sorted by relevance
337 struct DecompEntry { struct338 int64_t Coefficient;339 Value *Variable;341 bool IsKnownNonNegative;343 DecompEntry(int64_t Coefficient, Value *Variable, in DecompEntry() argument