Lines Matching defs:Ext1
13150 SDValue Ext1 = DAG.getNode(Opcode, DL, VT, Op1);
13152 return DAG.getSelect(DL, VT, N0->getOperand(0), Ext1, Ext2);
13814 SDValue Ext1 = DAG.getNode(ExtOpcode, DL, VT, N01);
13815 return DAG.getSetCC(DL, VT, Ext0, Ext1, CC);