Lines Matching defs:cstOne
651 Value cstOne = bcast(f32Cst(builder, 1.0f));
694 x = builder.create<arith::SubFOp>(x, cstOne);
696 e, builder.create<arith::SelectOp>(mask, cstOne, cstZero));
803 Value cstOne = bcast(f32Cst(builder, 1.0f));
805 Value u = builder.create<arith::AddFOp>(x, cstOne);
807 builder.create<arith::CmpFOp>(arith::CmpFPredicate::OEQ, u, cstOne);
813 logU, builder.create<arith::SubFOp>(u, cstOne)));
1206 Value cstOne = bcast(f32Cst(builder, 1.0f));
1281 z = add(cstOne, z);
1330 Value cstOne = bcast(f32Cst(builder, 1.0f));
1335 builder.create<arith::CmpFOp>(arith::CmpFPredicate::UEQ, u, cstOne);
1336 Value uMinusOne = builder.create<arith::SubFOp>(u, cstOne);
1442 Value cstOne = bcast(f32Cst(builder, 1.0));
1473 Value base = select(sinuseCos, cstOne, y);
1484 Value v5 = fmla(y2, v4, cstOne);