Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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() function
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/
H A DDecompTable.java24 static class DecompEntry class in DecompTable
29 DecompEntry(int composedChar, String decomposition) in DecompEntry() method in DecompTable.DecompEntry