Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp973 auto constPosInfinity = in matchAndRewrite() local
989 arith::CmpFPredicate::OEQ, x, constPosInfinity); in matchAndRewrite()
999 isPosInfinityX, constPosInfinity, in matchAndRewrite()
1002 builder.create<arith::SelectOp>(isPostiveX, constPosInfinity, in matchAndRewrite()