Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Array

639         // Handle array index arithmetic.
1627 "Not looking at a struct or array?");
1754 // Make sure the index-ee is a pointer to array of i8.
1767 // into the array. If this occurs, we can't say anything meaningful about
1779 // initializer is the array that we'll use for optimization.
1792 // Must be a Constant Array
1793 const ConstantDataArray *Array =
1795 if (Array == 0 || !Array->isString())
1798 // Get the number of elements in the array
1799 uint64_t NumElts = Array->getType()->getArrayNumElements();
1801 // Start out with the entire array in the StringRef.
1802 Str = Array->getAsString();
1811 // Trim off the \0 and anything after it. If the array is not nul