Searched refs:IndexValues (Results 1 – 1 of 1) sorted by relevance
1723 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member1738 IndexValues.push_back(nullptr); in replaceInInitializer()1744 assert(IndexValues.size() == Indices.size() && "mismatch"); in replaceInInitializer()1768 IndexValues.push_back(nullptr); in findLocations()1772 IndexValues.pop_back(); in findLocations()1802 assert(Indices.size() == IndexValues.size()); in setLocation()1804 if (IndexValues[i]) { in setLocation()1807 assert(IndexValues[j] && in setLocation()1808 isa<llvm::ConstantInt>(IndexValues[j]) && in setLocation()1809 cast<llvm::ConstantInt>(IndexValues[j])->getZExtValue() in setLocation()[all …]