Lines Matching refs:IndexValues
1474 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member
1489 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()
1567 IndexValues[i] = llvm::ConstantInt::get(CGM.Int32Ty, Indices[i]); in setLocation()
1574 Base, IndexValues); in setLocation()