Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp458 Value isNegativeHalfPiPi = builder.create<arith::AndIOp>(xZero, yLt); in matchAndRewrite() local
461 result = builder.create<arith::SelectOp>(isNegativeHalfPiPi, negativeHalfPiPi, in matchAndRewrite()