Searched refs:InputVector (Results 1 – 1 of 1) sorted by relevance
40997 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local41001 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()41003 SDLoc dl(InputVector); in combineExtractVectorElt()41015 if (getTargetConstantBitsFromNode(InputVector, VecEltBitWidth, UndefVecElts, in combineExtractVectorElt()41032 if ((InputVector.getOpcode() == X86ISD::PINSRB || in combineExtractVectorElt()41033 InputVector.getOpcode() == X86ISD::PINSRW) && in combineExtractVectorElt()41034 InputVector.getOperand(2) == EltIdx) { in combineExtractVectorElt()41035 assert(SrcVT == InputVector.getOperand(0).getValueType() && in combineExtractVectorElt()41037 SDValue Scl = InputVector.getOperand(1); in combineExtractVectorElt()41049 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()[all …]