Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Extract

6886       // Select the input vector, guarding against out of range extract vector.
6993 SDValue Extract = N->getOperand(i);
6994 SDValue ExtVal = Extract.getOperand(1);
6995 if (Extract.getOperand(0) == VecIn1) {