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