Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1248 Value notNormalFiniteMask = builder.create<arith::OrIOp>(ltMinMask, infMask); in matchAndRewrite() local
1270 builder.create<arith::SelectOp>(notNormalFiniteMask, yApprox, yNewton); in matchAndRewrite()