Searched refs:InputVector (Results 1 – 1 of 1) sorted by relevance
41254 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local41258 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()41260 SDLoc dl(InputVector); in combineExtractVectorElt()41291 InputVector.getOperand(2) == EltIdx) { in combineExtractVectorElt()41294 SDValue Scl = InputVector.getOperand(1); in combineExtractVectorElt()41306 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()41308 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()41312 return DAG.getBitcast(VT, InputVector); in combineExtractVectorElt()41316 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()41318 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()[all …]