Searched defs:DecompEntry (Results 1 – 1 of 1) sorted by relevance
336 struct DecompEntry { struct337 int64_t Coefficient;338 Value *Variable;340 bool IsKnownNonNegative;342 DecompEntry(int64_t Coefficient, Value *Variable, in DecompEntry() function