Searched refs:IndexValues (Results 1 – 1 of 1) sorted by relevance
1500 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member1515 IndexValues.push_back(nullptr); in replaceInInitializer()1521 assert(IndexValues.size() == Indices.size() && "mismatch"); in replaceInInitializer()1545 IndexValues.push_back(nullptr); in findLocations()1549 IndexValues.pop_back(); in findLocations()1579 assert(Indices.size() == IndexValues.size()); in setLocation()1581 if (IndexValues[i]) { in setLocation()1584 assert(IndexValues[j] && in setLocation()1585 isa<llvm::ConstantInt>(IndexValues[j]) && in setLocation()1586 cast<llvm::ConstantInt>(IndexValues[j])->getZExtValue() in setLocation()[all …]