Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp597 Value cstPosInf = bcast(f32FromBits(builder, 0x7f800000u)); in logMatchAndRewrite() local
670 op.getOperand(), cstPosInf); in logMatchAndRewrite()
680 builder.create<arith::SelectOp>(posInfMask, cstPosInf, x))); in logMatchAndRewrite()
1235 Value cstPosInf = bcast(f32FromBits(builder, 0x7f800000u)); in matchAndRewrite() local
1247 op.getOperand(), cstPosInf); in matchAndRewrite()