Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1306 llvm::SmallVector<llvm::Constant*, 8> IndexValues; member
1321 IndexValues.push_back(nullptr); in replaceInInitializer()
1327 assert(IndexValues.size() == Indices.size() && "mismatch"); in replaceInInitializer()
1351 IndexValues.push_back(nullptr); in findLocations()
1355 IndexValues.pop_back(); in findLocations()
1385 assert(Indices.size() == IndexValues.size()); in setLocation()
1387 if (IndexValues[i]) { in setLocation()
1390 assert(IndexValues[j] && in setLocation()
1391 isa<llvm::ConstantInt>(IndexValues[j]) && in setLocation()
1399 IndexValues[i] = llvm::ConstantInt::get(CGM.Int32Ty, Indices[i]); in setLocation()
[all …]