Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExtIdx

13004     int ExtIdx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
13014 ExtIdx
13016 ExtIdx *= (NumElts / NumExtElts);
13024 Mask.push_back(i + ExtIdx);
13028 Mask.push_back(i + ExtIdx + NumElts);
13227 ConstantSDNode *ExtIdx = dyn_cast<ConstantSDNode>(N->getOperand(1));
13230 if (InsIdx && ExtIdx &&
13232 ExtIdx->getValueType(0).getSizeInBits() <= 64) {
13234 // (extract_subvec (insert_subvec V1, V2, InsIdx), ExtIdx)
13237 // otherwise => (extract_subvec V1, ExtIdx)
13239 ExtIdx->getZExtValue() * NVT.getScalarType().getSizeInBits())