Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExtVec

12786     SDValue ExtVec = Op.getOperand(0);
12790 EVT ExtVT = ExtVec.getValueType();
12793 while (ExtVec.getOpcode() == ISD::BITCAST)
12794 ExtVec = ExtVec.getOperand(0);
12797 if (ExtVec.getOpcode() == ISD::UNDEF) {
12821 if (SV0.getOpcode() == ISD::UNDEF || SV0 == ExtVec) {
12822 SV0 = ExtVec;
12825 } else if (SV1.getOpcode() == ISD::UNDEF || SV1 == ExtVec) {
12826 SV1 = ExtVec;