Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp658 Value cstLog2e = bcast(f32Cst(builder, static_cast<float>(LOG2E_VALUE))); in logMatchAndRewrite() local
659 x = builder.create<math::FmaOp>(x, cstLog2e, e); in logMatchAndRewrite()