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

References

lib/CodeGen/GlobalISel/CallLowering.cpp
   44   unsigned NumFixedArgs = CS.getFunctionType()->getNumParams();
   69   Info.IsVarArg = CS.getFunctionType()->isVarArg();
lib/CodeGen/SelectionDAG/FastISel.cpp
 1109   FunctionType *FTy = CS.getFunctionType();
 1251   FunctionType *FuncTy = CS.getFunctionType();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7100   FunctionType *FTy = CS.getFunctionType();
lib/Target/ARM/ARMFastISel.cpp
 2310   FunctionType *FTy = CS.getFunctionType();
lib/Target/Hexagon/HexagonISelLowering.cpp
  333                         ? CLI.CS.getFunctionType()->getNumParams()
lib/Transforms/IPO/WholeProgramDevirt.cpp
 1110       for (Type *T : CS.getFunctionType()->params())
 1113           FunctionType::get(CS.getFunctionType()->getReturnType(), NewArgs,
 1114                             CS.getFunctionType()->isVarArg());
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 3346     FunctionType *FT = CS.getFunctionType();
 3797       bool IsFixed = ArgNo < CS.getFunctionType()->getNumParams();
 4021          CS.getFunctionType()->getNumParams(), End = CS.arg_end();
 4176       bool IsFixed = ArgNo < CS.getFunctionType()->getNumParams();
 4416       bool IsFixed = ArgNo < CS.getFunctionType()->getNumParams();
lib/Transforms/Utils/CallPromotionUtils.cpp
  381   if (CS.getFunctionType() == Callee->getFunctionType())
lib/Transforms/Utils/ValueMapper.cpp
  893     FunctionType *FTy = CS.getFunctionType();