Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp941 Value xL2Inv = mul(x, cstLog2E); in matchAndRewrite() local
942 Value kF32 = floor(xL2Inv); in matchAndRewrite()