Lines Matching refs:IndexValues
1503 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member
1518 IndexValues.push_back(nullptr); in replaceInInitializer()
1524 assert(IndexValues.size() == Indices.size() && "mismatch"); in replaceInInitializer()
1548 IndexValues.push_back(nullptr); in findLocations()
1552 IndexValues.pop_back(); in findLocations()
1582 assert(Indices.size() == IndexValues.size()); in setLocation()
1584 if (IndexValues[i]) { in setLocation()
1587 assert(IndexValues[j] && in setLocation()
1588 isa<llvm::ConstantInt>(IndexValues[j]) && in setLocation()
1589 cast<llvm::ConstantInt>(IndexValues[j])->getZExtValue() in setLocation()
1596 IndexValues[i] = llvm::ConstantInt::get(CGM.Int32Ty, Indices[i]); in setLocation()
1603 Base, IndexValues); in setLocation()