Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1369 std::vector<Value *> index_vector; in UnfoldConstant() local
1374 index_vector.push_back(operand); in UnfoldConstant()
1377 ArrayRef<Value *> indices(index_vector); in UnfoldConstant()