Lines Matching refs:cstOne
591 Value cstOne = bcast(f32Cst(builder, 1.0f)); in logMatchAndRewrite() local
634 x = builder.create<arith::SubFOp>(x, cstOne); in logMatchAndRewrite()
636 e, builder.create<arith::SelectOp>(mask, cstOne, cstZero)); in logMatchAndRewrite()
743 Value cstOne = bcast(f32Cst(builder, 1.0f)); in matchAndRewrite() local
745 Value u = builder.create<arith::AddFOp>(x, cstOne); in matchAndRewrite()
747 builder.create<arith::CmpFOp>(arith::CmpFPredicate::OEQ, u, cstOne); in matchAndRewrite()
753 logU, builder.create<arith::SubFOp>(u, cstOne))); in matchAndRewrite()
1041 Value cstOne = bcast(f32Cst(builder, 1.0f)); in matchAndRewrite() local
1046 builder.create<arith::CmpFOp>(arith::CmpFPredicate::UEQ, u, cstOne); in matchAndRewrite()
1047 Value uMinusOne = builder.create<arith::SubFOp>(u, cstOne); in matchAndRewrite()
1153 Value cstOne = bcast(f32Cst(builder, 1.0)); in matchAndRewrite() local
1184 Value base = select(sinuseCos, cstOne, y); in matchAndRewrite()
1195 Value v5 = fmla(y2, v4, cstOne); in matchAndRewrite()