Searched refs:ArrayElts (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp229 std::vector<Constant *> ArrayElts; local
236 ArrayElts.push_back(ConstantStruct::get(STy, Elts));
239 ArrayType::get(ArrayElts[0]->getType(), ArrayElts.size()), ArrayElts);

Completed in 56 milliseconds