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

References

lib/Transforms/Utils/CodeExtractor.cpp
  789     paramTy.push_back(value->getType());
  796       paramTy.push_back(output->getType());
  798       paramTy.push_back(PointerType::getUnqual(output->getType()));
  803     for (Type *i : paramTy)
  810     StructTy = StructType::get(M->getContext(), paramTy);
  811     paramTy.clear();
  812     paramTy.push_back(PointerType::getUnqual(StructTy));
  815                   FunctionType::get(RetTy, paramTy,