reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/bugpoint/ExtractFunction.cpp
  229   assert(!TorList.empty() && "Don't create empty tor list!");
  231   Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext());
  233   StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType());
  234   for (unsigned i = 0, e = TorList.size(); i != e; ++i) {
  235     Constant *Elts[] = {ConstantInt::get(Int32Ty, TorList[i].second),
  236                         TorList[i].first};