Lines Matching defs:Extract
5425 // Fold extract-and-trunc into a narrow extract. For example:
8675 // Find the new index to extract from.
8682 // Select the right vector half to extract from.
8756 // Select the input vector, guarding against out of range extract vector.
9095 SDValue Extract = N->getOperand(i);
9096 SDValue ExtVal = Extract.getOperand(1);
9097 if (Extract.getOperand(0) == VecIn1) {
9184 // Check if this is the identity extract:
9204 // The extract index must be constant.