Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp96 struct ConstraintTy { struct
97 SmallVector<int64_t, 8> Coefficients;
98 SmallVector<PreconditionTy, 2> Preconditions;
100 SmallVector<SmallVector<int64_t, 8>> ExtraInfo;
102 bool IsSigned = false;
103 bool IsEq = false;
107 ConstraintTy(SmallVector<int64_t, 8> Coefficients, bool IsSigned) in ConstraintTy() function
110 unsigned size() const { return Coefficients.size(); } in size()
112 unsigned empty() const { return Coefficients.empty(); } in empty()