Home | History | Annotate | Download | only in cached

Lines Matching refs:CalleeF

1085   Function *CalleeF = TheHelper->getFunction(Callee);
1086 if (CalleeF == 0)
1090 if (CalleeF->arg_size() != Args.size())
1099 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");