Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1085 #define PI_OVER_2 \ macro
1145 Value piOverTwo = bcast(f32Cst(builder, (float)PI_OVER_2)); in matchAndRewrite()