Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp980 Value kMaxNegConst = bcast(i32Cst(builder, -127)); in matchAndRewrite() local
984 builder.create<arith::CmpIOp>(arith::CmpIPredicate::sge, k, kMaxNegConst); in matchAndRewrite()