Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp262 Value biasedArg = builder.create<arith::AddIOp>(arg, bias); in exp2I32() local
264 builder.create<arith::ShLIOp>(biasedArg, exponetBitLocation); in exp2I32()