Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp556 #define LOG2E_VALUE \ macro
658 Value cstLog2e = bcast(f32Cst(builder, static_cast<float>(LOG2E_VALUE))); in logMatchAndRewrite()
926 Value cstLog2E = bcast(f32Cst(builder, static_cast<float>(LOG2E_VALUE))); in matchAndRewrite()