Lines Matching defs:ExtVec
23961 SDValue ExtVec = Op.getOperand(0);23966 EVT ExtVT = ExtVec.getValueType();23967 ExtVec = peekThroughBitcasts(ExtVec);23970 if (ExtVec.isUndef()) {23990 if (SV0.isUndef() || SV0 == ExtVec) {23991 SV0 = ExtVec;23994 } else if (SV1.isUndef() || SV1 == ExtVec) {23995 SV1 = ExtVec;