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

References

include/llvm/IR/CallSite.h
  650                                    getType()->getPointerAddressSpace()))
lib/CodeGen/GlobalISel/CallLowering.cpp
   58   Info.OrigRet = ArgInfo{ResRegs, CS.getType(), ISD::ArgFlagsTy{}};
lib/CodeGen/SelectionDAG/FastISel.cpp
 1110   Type *RetTy = CS.getType();
 1252   Type *RetTy = CS.getType();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7101   Type *RetTy = CS.getType();
 8089       assert(!CS.getType()->isVoidTy() && "Bad inline asm!");
 8090       if (StructType *STy = dyn_cast<StructType>(CS.getType())) {
 8096             TLI.getSimpleValueType(DAG.getDataLayout(), CS.getType());
 8415   llvm::Type *CSResultType = CS.getType();
 8487         assert(!CS.getType()->isVoidTy() && "Bad inline asm!");
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4213       assert(!CS.getType()->isVoidTy() &&
 4215       if (StructType *STy = dyn_cast<StructType>(CS.getType())) {
 4220         OpInfo.ConstraintVT = getSimpleValueType(DL, CS.getType());
lib/ExecutionEngine/Interpreter/Execution.cpp
  907       if (!CallingSF.Caller.getType()->isVoidTy())
lib/Transforms/IPO/WholeProgramDevirt.cpp
  423   auto *CI = dyn_cast<IntegerType>(CS.getType());
 1196         ConstantInt::get(cast<IntegerType>(Call.CS.getType()), TheRetVal));
 1370     auto *RetType = cast<IntegerType>(Call.CS.getType());
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1682   if (!CS.getType()->isVoidTy()) {