Lines Matching refs:Array
639 // Handle array index arithmetic.
1596 "Not looking at a struct or array?");
1723 // Make sure the index-ee is a pointer to array of i8.
1736 // into the array. If this occurs, we can't say anything meaningful about
1748 // initializer is the array that we'll use for optimization.
1761 // Must be a Constant Array
1762 const ConstantDataArray *Array =
1764 if (Array == 0 || !Array->isString())
1767 // Get the number of elements in the array
1768 uint64_t NumElts = Array->getType()->getArrayNumElements();
1770 // Start out with the entire array in the StringRef.
1771 Str = Array->getAsString();
1780 // Trim off the \0 and anything after it. If the array is not nul