Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1236 Value cstOnePointFive = bcast(f32Cst(builder, 1.5f)); in matchAndRewrite() local
1261 Value fma = builder.create<math::FmaOp>(yApprox, inner, cstOnePointFive); in matchAndRewrite()