Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp569 LogicalResult logMatchAndRewrite(Op op, PatternRewriter &rewriter,
578 LogApproximationBase<Op>::logMatchAndRewrite(Op op, PatternRewriter &rewriter, in logMatchAndRewrite() function in LogApproximationBase
693 return logMatchAndRewrite(op, rewriter, /*base2=*/false); in matchAndRewrite()
704 return logMatchAndRewrite(op, rewriter, /*base2=*/true); in matchAndRewrite()