Home
last modified time | relevance | path

Searched refs:OrigCallee (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2828 static bool insertSinCosCall(IRBuilderBase &B, Function *OrigCallee, Value *Arg, in insertSinCosCall() argument
2831 Module *M = OrigCallee->getParent(); in insertSinCosCall()
2836 Triple T(OrigCallee->getParent()->getTargetTriple()); in insertSinCosCall()
2856 M, *TLI, TheLibFunc, OrigCallee->getAttributes(), ResTy, ArgTy); in insertSinCosCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5809 RValue CodeGenFunction::EmitCall(QualType CalleeType, const CGCallee &OrigCallee, in EmitCall() argument
5818 OrigCallee.getAbstractInfo().getCalleeDecl().getDecl(); in EmitCall()
5828 CGCallee Callee = OrigCallee; in EmitCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp503 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef()
505 : OrigCallee(Callee), CallIndex(CallIndex), Version(Version) {} in CallRef()
507 explicit operator bool() const { return OrigCallee; } in operator bool()
512 return OrigCallee ? OrigCallee->getParamDecl(PVD->getFunctionScopeIndex()) in getOrigParam()
520 const FunctionDecl *OrigCallee; member