Lines Matching defs:ExtractIndex
23121 unsigned ExtractIndex = IndexC->getZExtValue();
23125 if (ExtractIndex == BCTruncElt && BCSrc.getValueType().isScalarInteger())
23147 if (ExtractIndex < Scale && XBitWidth > VecEltBitWidth) {
23151 if (ExtractIndex != BCTruncElt) {
23153 IsLE ? ExtractIndex : (Scale - 1) - ExtractIndex;
24963 unsigned ExtractIndex = ExtractIndexC->getZExtValue();
24964 assert(ExtractIndex % VT.getVectorNumElements() == 0 &&
24991 unsigned ConcatOpNum = ExtractIndex / VT.getVectorNumElements();
26947 // Mask = {ExtractIndex, undef, undef....}