Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Analysis/Presburger/
H A DBarvinok.cpp527 std::vector<QuasiPolynomial> coefficients; getCoefficientInRationalFunction() local
573 SmallVector<Fraction> coefficients; substituteMuInTerm() local
639 std::vector<QuasiPolynomial> coefficients; getBinomialCoefficients() local
655 std::vector<Fraction> coefficients; getBinomialCoefficients() local
[all...]
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DBarvinokTest.cpp162 SmallVector<Fraction> coefficients = numPoints.getCoefficients(); in TEST() local
/llvm-project/mlir/lib/IR/
H A DAffineExpr.cpp1111 DenseMap<std::pair<unsigned, signed>, int64_t> coefficients; getSemiAffineExprFromFlatForm() local