Lines Matching refs:IndexValues
1637 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member
1652 IndexValues.push_back(nullptr); in replaceInInitializer()
1658 assert(IndexValues.size() == Indices.size() && "mismatch"); in replaceInInitializer()
1682 IndexValues.push_back(nullptr); in findLocations()
1686 IndexValues.pop_back(); in findLocations()
1716 assert(Indices.size() == IndexValues.size()); in setLocation()
1718 if (IndexValues[i]) { in setLocation()
1721 assert(IndexValues[j] && in setLocation()
1722 isa<llvm::ConstantInt>(IndexValues[j]) && in setLocation()
1723 cast<llvm::ConstantInt>(IndexValues[j])->getZExtValue() in setLocation()
1730 IndexValues[i] = llvm::ConstantInt::get(CGM.Int32Ty, Indices[i]); in setLocation()
1734 BaseValueTy, Base, IndexValues); in setLocation()