Lines Matching full:extidx
9252 ConstantSDNode *ExtIdx = dyn_cast<ConstantSDNode>(N->getOperand(1));
9255 if (InsIdx && ExtIdx &&
9257 ExtIdx->getValueType(0).getSizeInBits() <= 64) {
9259 // (extract_subvec (insert_subvec V1, V2, InsIdx), ExtIdx)
9262 // otherwise => (extract_subvec V1, ExtIdx)
9264 ExtIdx->getZExtValue() * NVT.getScalarType().getSizeInBits())