Lines Matching refs:IndexValues
1537 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member
1552 IndexValues.push_back(nullptr); in replaceInInitializer()
1558 assert(IndexValues.size() == Indices.size() && "mismatch"); in replaceInInitializer()
1582 IndexValues.push_back(nullptr); in findLocations()
1586 IndexValues.pop_back(); in findLocations()
1616 assert(Indices.size() == IndexValues.size()); in setLocation()
1618 if (IndexValues[i]) { in setLocation()
1621 assert(IndexValues[j] && in setLocation()
1622 isa<llvm::ConstantInt>(IndexValues[j]) && in setLocation()
1623 cast<llvm::ConstantInt>(IndexValues[j])->getZExtValue() in setLocation()
1630 IndexValues[i] = llvm::ConstantInt::get(CGM.Int32Ty, Indices[i]); in setLocation()
1634 BaseValueTy, Base, IndexValues); in setLocation()