Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp504 Value plusClamp = bcast(f32Cst(builder, 7.99881172180175781f)); in matchAndRewrite() local
505 Value x = clamp(builder, op.getOperand(), minusClamp, plusClamp); in matchAndRewrite()