Searched refs:MathApproximationPass (Results 1 – 1 of 1) sorted by relevance
312 struct MathApproximationPass struct313 : public MathApproximationBase<MathApproximationPass> {314 explicit MathApproximationPass(ArrayRef<std::string> approx_oplist) { in MathApproximationPass() function321 void MathApproximationPass::runOnOperation() { in runOnOperation()333 return std::make_unique<MathApproximationPass>(oplist); in CreateMathApproximationPass()