Home
last modified time | relevance | path

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

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