Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Array

42 #include <array>
83 std::array<const Value*, MaxDepth> Excluded;
1183 // Handle array index arithmetic.
2679 "Not looking at a struct or array?");
2798 // Make sure the index-ee is a pointer to array of i8.
2831 // into the array. If this occurs, we can't say anything meaningful about
2844 // initializer is the array that we'll use for optimization.
2858 const auto *Array = dyn_cast<ConstantDataArray>(GV->getInitializer());
2859 if (!Array || !Array->isString())
2862 // Get the number of elements in the array.
2863 uint64_t NumElts = Array->getType()->getArrayNumElements();
2865 // Start out with the entire array in the StringRef.
2866 Str = Array->getAsString();
2875 // Trim off the \0 and anything after it. If the array is not nul