Searched refs:makeProduct (Results 1 – 2 of 2) sorted by relevance
212 static Simplex makeProduct(const Simplex &a, const Simplex &b);
584 Simplex Simplex::makeProduct(const Simplex &a, const Simplex &b) { in makeProduct() function in mlir::Simplex695 : simplex(Simplex::makeProduct(originalSimplex, originalSimplex)), in GBRSimplex()