Home
last modified time | relevance | path

Searched refs:IndexValues (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp1473 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member
1488 IndexValues.push_back(nullptr); in replaceInInitializer()
1494 assert(IndexValues.size() == Indices.size() && "mismatch"); in replaceInInitializer()
1518 IndexValues.push_back(nullptr); in findLocations()
1522 IndexValues.pop_back(); in findLocations()
1552 assert(Indices.size() == IndexValues.size()); in setLocation()
1554 if (IndexValues[i]) { in setLocation()
1557 assert(IndexValues[j] && in setLocation()
1558 isa<llvm::ConstantInt>(IndexValues[j]) && in setLocation()
1559 cast<llvm::ConstantInt>(IndexValues[j])->getZExtValue() in setLocation()
[all …]