Lines Matching defs:Extract
6590 // Fold extract-and-trunc into a narrow extract. For example:
11014 // Find the new index to extract from.
11021 // Select the right vector half to extract from.
11120 // Select the input vector, guarding against out of range extract vector.
11423 SDValue Extract = N->getOperand(i);
11424 SDValue ExtVal = Extract.getOperand(1);
11426 if (Extract.getOperand(0) == VecIn1) {
11690 // Check if this is the identity extract:
11710 // The extract index must be constant.