Searched refs:IndexValues (Results 1 – 1 of 1) sorted by relevance
1474 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member1489 IndexValues.push_back(nullptr); in replaceInInitializer()1495 assert(IndexValues.size() == Indices.size() && "mismatch"); in replaceInInitializer()1519 IndexValues.push_back(nullptr); in findLocations()1523 IndexValues.pop_back(); in findLocations()1553 assert(Indices.size() == IndexValues.size()); in setLocation()1555 if (IndexValues[i]) { in setLocation()1558 assert(IndexValues[j] && in setLocation()1559 isa<llvm::ConstantInt>(IndexValues[j]) && in setLocation()1560 cast<llvm::ConstantInt>(IndexValues[j])->getZExtValue() in setLocation()[all …]