Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp222 Value cstInvMantMask = f32FromBits(builder, ~0x7f800000u); in frexp() local
226 Value i32InvMantMask = builder.create<arith::BitcastOp>(i32, cstInvMantMask); in frexp()