Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp336 struct DecompEntry { struct
337 int64_t Coefficient;
338 Value *Variable;
340 bool IsKnownNonNegative;
342 DecompEntry(int64_t Coefficient, Value *Variable, in DecompEntry() function