Lines Matching refs:Index
617 Value *Index = I->getOperand(i);
622 unsigned Idx = cast<ConstantInt>(Index)->getZExtValue();
627 // Handle array index arithmetic.
630 unsigned GEPOpiBits = Index->getType()->getScalarSizeInBits();
633 ComputeMaskedBits(Index, LocalKnownZero, LocalKnownOne, TD, Depth+1);
1415 // arguments. Idxs is the index within the nested struct From that we are
1437 // Couldn't find any inserted value for this index? Cleanup
1499 // Nothing to index? Just return V then (this is useful at the end of our
1526 // The requested index identifies a part of a nested aggregate. Handle
1640 // Make sure the index-ee is a pointer to array of i8.
1652 // If the second index isn't a ConstantInt, then this is a variable index