Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Index

120             if (ElTy->isPointerTy()) break;  // Can't index into pointers!
764 uint64_t Index = CIdx->getZExtValue();
765 if (Index >= CVal->getNumOperands())
1492 // Ok, we found a different index. If they are not ConstantInt, we can't do
1757 // only have at most one index, and because we fold getelementptr's
1758 // with a single zero index, it must be nonzero.
1789 // can be determined by finding the first index that differs.
2156 // If the first index is zero, it's in bounds.
2159 // If the first index is one and all the rest are zero, it's in bounds,
2218 // Add the last index of the source with the first index of the new GEP.