Searched refs:yPred (Results 1 – 1 of 1) sorted by relevance
1467 Value yPred, xPred; in matchAndRewrite() local1472 yPred = rewriter.create<arith::CmpFOp>(loc, arith::CmpFPredicate::OGE, in matchAndRewrite()1479 yPred = rewriter.create<arith::CmpIOp>(loc, arith::CmpIPredicate::sge, in matchAndRewrite()1491 rewriter.create<arith::SelectOp>(loc, yPred, oneVal, zeroVal); in matchAndRewrite()