Lines Matching refs:InputVector
33765 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local
33768 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()
33770 SDLoc dl(InputVector); in combineExtractVectorElt()
33773 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()
33775 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()
33779 return DAG.getBitcast(VT, InputVector); in combineExtractVectorElt()
33783 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()
33785 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()
33792 if (VT == MVT::i1 && InputVector.getOpcode() == ISD::BITCAST && in combineExtractVectorElt()
33794 isa<ConstantSDNode>(InputVector.getOperand(0))) { in combineExtractVectorElt()
33796 auto *InputC = cast<ConstantSDNode>(InputVector.getOperand(0)); in combineExtractVectorElt()