Lines Matching refs:Array
1375 // Handle array index arithmetic.
2750 "Not looking at a struct or array?");
2877 // Make sure the index-ee is a pointer to array of i8.
2890 // into the array. If this occurs, we can't say anything meaningful about
2903 // initializer is the array that we'll use for optimization.
2916 // Must be a Constant Array
2917 const ConstantDataArray *Array =
2919 if (!Array || !Array->isString())
2922 // Get the number of elements in the array
2923 uint64_t NumElts = Array->getType()->getArrayNumElements();
2925 // Start out with the entire array in the StringRef.
2926 Str = Array->getAsString();
2935 // Trim off the \0 and anything after it. If the array is not nul