Searched defs:DecompEntry (Results 1 – 2 of 2) 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() function
24 static class DecompEntry class in DecompTable29 DecompEntry(int composedChar, String decomposition) in DecompEntry() method in DecompTable.DecompEntry