Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp669 Value posInfMask = builder.create<arith::CmpFOp>(arith::CmpFPredicate::OEQ, in logMatchAndRewrite() local
680 builder.create<arith::SelectOp>(posInfMask, cstPosInf, x))); in logMatchAndRewrite()