Home
last modified time | relevance | path

Searched refs:makeProduct (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h212 static Simplex makeProduct(const Simplex &a, const Simplex &b);
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp584 Simplex Simplex::makeProduct(const Simplex &a, const Simplex &b) { in makeProduct() function in mlir::Simplex
695 : simplex(Simplex::makeProduct(originalSimplex, originalSimplex)), in GBRSimplex()