Searched refs:InputVector (Results 1 – 1 of 1) sorted by relevance
37387 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local37391 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()37393 SDLoc dl(InputVector); in combineExtractVectorElt()37405 if (getTargetConstantBitsFromNode(InputVector, VecEltBitWidth, UndefVecElts, in combineExtractVectorElt()37422 if ((InputVector.getOpcode() == X86ISD::PINSRB || in combineExtractVectorElt()37423 InputVector.getOpcode() == X86ISD::PINSRW) && in combineExtractVectorElt()37424 InputVector.getOperand(2) == EltIdx) { in combineExtractVectorElt()37425 assert(SrcVT == InputVector.getOperand(0).getValueType() && in combineExtractVectorElt()37427 SDValue Scl = InputVector.getOperand(1); in combineExtractVectorElt()37439 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()[all …]