Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp186 struct DecompEntry { struct
187 int64_t Coefficient;
188 Value *Variable;
190 bool IsKnownNonNegative;
192 DecompEntry(int64_t Coefficient, Value *Variable, in DecompEntry() argument