Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp865 Value qPoly = makePolynomialCalculation(builder, q, x); in matchAndRewrite() local
866 Value rationalPoly = builder.create<arith::DivFOp>(pPoly, qPoly); in matchAndRewrite()