Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1075 struct SinAndCosApproximation : public OpRewritePattern<OpTy> { struct
1092 LogicalResult SinAndCosApproximation<isSine, OpTy>::matchAndRewrite( in matchAndRewrite()
1285 SinAndCosApproximation<true, math::SinOp>, in populateMathPolynomialApproximationPatterns()
1286 SinAndCosApproximation<false, math::CosOp>>( in populateMathPolynomialApproximationPatterns()