Home
last modified time | relevance | path

Searched defs:cstOne (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp807 builder.create<arith::CmpFOp>(arith::CmpFPredicate::OEQ, u, cstOne); in matchAndRewrite() local
655 Value cstOne = bcast(f32Cst(builder, 1.0f)); logMatchAndRewrite() local
1178 Value cstOne = bcast(f32Cst(builder, 1.0f)); matchAndRewrite() local
1302 Value cstOne = bcast(f32Cst(builder, 1.0f)); matchAndRewrite() local
1414 Value cstOne = bcast(f32Cst(builder, 1.0)); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp290 Value cstOne = builder.create<arith::ConstantIndexOp>(loc, 1); ceilDivPositive() local