Home
last modified time | relevance | path

Searched defs:DecompEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp331 struct DecompEntry { struct
332 int64_t Coefficient;
333 Value *Variable;
335 bool IsKnownNonNegative;
337 DecompEntry(int64_t Coefficient, Value *Variable, in DecompEntry() function