Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/FxpMathOps/Transforms/
H A DLowerUniformRealMath.cpp30 struct LowerUniformCastsPass : public FunctionPass<LowerUniformCastsPass> { struct
379 void LowerUniformCastsPass::runOnFunction() { in runOnFunction()
388 return new LowerUniformCastsPass(); in createLowerUniformCastsPass()
391 static PassRegistration<LowerUniformCastsPass>