Searched refs:InputVector (Results 1 – 1 of 1) sorted by relevance
43888 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local43892 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()43894 SDLoc dl(InputVector); in combineExtractVectorElt()43925 InputVector.getOperand(2) == EltIdx) { in combineExtractVectorElt()43928 SDValue Scl = InputVector.getOperand(1); in combineExtractVectorElt()43940 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()43942 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()43946 return DAG.getBitcast(VT, InputVector); in combineExtractVectorElt()43950 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()43952 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()[all …]