Searched refs:InputVector (Results 1 – 1 of 1) sorted by relevance
45072 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local45076 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()45078 SDLoc dl(InputVector); in combineExtractVectorElt()45122 InputVector.getOperand(2) == EltIdx) { in combineExtractVectorElt()45125 SDValue Scl = InputVector.getOperand(1); in combineExtractVectorElt()45137 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()45139 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()45143 return DAG.getBitcast(VT, InputVector); in combineExtractVectorElt()45147 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()45149 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()[all …]