Searched refs:InputVector (Results 1 – 1 of 1) sorted by relevance
44145 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local44149 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()44151 SDLoc dl(InputVector); in combineExtractVectorElt()44195 InputVector.getOperand(2) == EltIdx) { in combineExtractVectorElt()44198 SDValue Scl = InputVector.getOperand(1); in combineExtractVectorElt()44211 InputVector.getOpcode() == ISD::BITCAST && in combineExtractVectorElt()44214 return DAG.getBitcast(VT, InputVector); in combineExtractVectorElt()44218 InputVector.getOpcode() == ISD::BITCAST && in combineExtractVectorElt()44222 InputVector.getOperand(0)); in combineExtractVectorElt()44261 unsigned ResNo = InputVector.getResNo(); in combineExtractVectorElt()[all …]