Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DAlgebraicSimplification.cpp31 struct PowFStrengthReduction : public OpRewritePattern<math::PowFOp> { struct
41 PowFStrengthReduction::matchAndRewrite(math::PowFOp op, in matchAndRewrite()
119 patterns.add<PowFStrengthReduction>(patterns.getContext()); in populateMathAlgebraicSimplificationPatterns()