Searched defs:PowIStrengthReduction (Results 1 – 1 of 1) sorted by relevance
130 struct PowIStrengthReduction : public OpRewritePattern<PowIOpTy> { struct132 unsigned exponentThreshold;135 PowIStrengthReduction(MLIRContext *context, unsigned exponentThreshold = 3, in PowIStrengthReduction() argument