Searched defs:TorList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp205 static Constant *GetTorInit(std::vector<std::pair<Function*, int> > &TorList) { argument
206 assert(!TorList.empty() && "Don't create empty tor list!");
208 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext());
211 StructType::get(Int32Ty, TorList[0].first->getType(), NULL);
212 for (unsigned i = 0, e = TorList.size(); i != e; ++i) {
214 ConstantInt::get(Int32Ty, TorList[i].second),
215 TorList[i].first

Completed in 41 milliseconds