Searched refs:CallTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallSite.h54 typename CallTy = const CallInst,
63 CallSiteBase(CallTy *CI) : I(CI, 1) { assert(CI); }
76 return CallSiteBase(static_cast<CallTy*>(II));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp828 QualType CallTy = Msg->getArg(0)->getType(); local
831 if (Ctx.hasSameType(ArgTy, CallTy)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp571 IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits()); local
585 Entry.Ty = CallTy;
592 .setLibCallee(CallingConv::C, CallTy,

Completed in 164 milliseconds