Searched defs:cstOne (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Math/Transforms/ | ||
H A D | PolynomialApproximation.cpp | 807 builder.create<arith::CmpFOp>(arith::CmpFPredicate::OEQ, u, cstOne); in matchAndRewrite() local |
/llvm-project/mlir/lib/Dialect/SCF/Utils/ | ||
H A D | Utils.cpp | 290 Value cstOne = builder.create<arith::ConstantIndexOp>(loc, 1); ceilDivPositive() local |