Searched defs:DecompEntry (Results 1 – 1 of 1) sorted by relevance
186 struct DecompEntry { struct187 int64_t Coefficient;188 Value *Variable;190 bool IsKnownNonNegative;192 DecompEntry(int64_t Coefficient, Value *Variable, in DecompEntry() argument