Lines Matching defs:ExtVec
24466 SDValue ExtVec = Op.getOperand(0);24471 EVT ExtVT = ExtVec.getValueType();24472 ExtVec = peekThroughBitcasts(ExtVec);24475 if (ExtVec.isUndef()) {24495 if (SV0.isUndef() || SV0 == ExtVec) {24496 SV0 = ExtVec;24499 } else if (SV1.isUndef() || SV1 == ExtVec) {24500 SV1 = ExtVec;