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

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

Completed in 38 milliseconds