Home
last modified time | relevance | path

Searched defs:PowIStrengthReduction (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DAlgebraicSimplification.cpp130 struct PowIStrengthReduction : public OpRewritePattern<PowIOpTy> { struct
132 unsigned exponentThreshold;
135 PowIStrengthReduction(MLIRContext *context, unsigned exponentThreshold = 3, in PowIStrengthReduction() argument