Home | History | Annotate | Download | only in cached

Lines Matching refs:CalleeF

719   Function *CalleeF = TheModule->getFunction(Callee);
720 if (CalleeF == 0) {
727 if (CalleeF->arg_size() != Args.size())
736 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");