Lines Matching defs:NewSel
2744 if (SDValue NewSel = foldBinOpIntoSelect(N))
2745 return NewSel;
3911 if (SDValue NewSel = foldBinOpIntoSelect(N))
3912 return NewSel;
4475 if (SDValue NewSel = foldBinOpIntoSelect(N))
4476 return NewSel;
4848 if (SDValue NewSel = foldBinOpIntoSelect(N))
4849 return NewSel;
4993 if (SDValue NewSel = foldBinOpIntoSelect(N))
4994 return NewSel;
5107 if (SDValue NewSel = foldBinOpIntoSelect(N))
5108 return NewSel;
7162 if (SDValue NewSel = foldBinOpIntoSelect(N))
7163 return NewSel;
8106 if (SDValue NewSel = foldBinOpIntoSelect(N))
8107 return NewSel;
9597 if (SDValue NewSel = foldBinOpIntoSelect(N))
9598 return NewSel;
10072 if (SDValue NewSel = foldBinOpIntoSelect(N))
10073 return NewSel;
10514 if (SDValue NewSel = foldBinOpIntoSelect(N))
10515 return NewSel;
10712 if (SDValue NewSel = foldBinOpIntoSelect(N))
10713 return NewSel;
12051 if (SDValue NewSel = SimplifySelect(DL, N0, N1, N2))
12052 return NewSel;
17002 if (SDValue NewSel = foldBinOpIntoSelect(N))
17003 return NewSel;
17206 if (SDValue NewSel = foldBinOpIntoSelect(N))
17207 return NewSel;
17400 if (SDValue NewSel = foldBinOpIntoSelect(N))
17401 return NewSel;
17760 if (SDValue NewSel = foldBinOpIntoSelect(N))
17761 return NewSel;
17904 if (SDValue NewSel = foldBinOpIntoSelect(N))
17905 return NewSel;
28074 SDValue NewSel = DAG.getSelect(DL, N10.getValueType(), N0, N10, N20);
28075 SDValue NewBinOp = DAG.getNode(BinOpc, DL, OpVTs, NewSel, N1.getOperand(1));
28088 SDValue NewSel = DAG.getSelect(DL, N11.getValueType(), N0, N11, N21);
28090 DAG.getNode(BinOpc, DL, OpVTs, N1.getOperand(0), NewSel);