Lines Matching refs:IndexValues
1306 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member
1321 IndexValues.push_back(nullptr); in replaceInInitializer()
1327 assert(IndexValues.size() == Indices.size() && "mismatch"); in replaceInInitializer()
1351 IndexValues.push_back(nullptr); in findLocations()
1355 IndexValues.pop_back(); in findLocations()
1385 assert(Indices.size() == IndexValues.size()); in setLocation()
1387 if (IndexValues[i]) { in setLocation()
1390 assert(IndexValues[j] && in setLocation()
1391 isa<llvm::ConstantInt>(IndexValues[j]) && in setLocation()
1392 cast<llvm::ConstantInt>(IndexValues[j])->getZExtValue() in setLocation()
1399 IndexValues[i] = llvm::ConstantInt::get(CGM.Int32Ty, Indices[i]); in setLocation()
1406 Base, IndexValues); in setLocation()